Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/src/main/sphinx/connector/iceberg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -398,14 +398,14 @@ for the data files and partition the storage per day using the column

Updating the data in the materialized view with
:doc:`/sql/refresh-materialized-view` deletes the data from the storage table,
and inserts new data that is the result of executing the materialized view
query.
and inserts the data that is the result of executing the materialized view
query into the existing table.

.. warning::

There is a small time window between the commit of the delete and insert,
when the materialized view is empty. If the commit operation for the insert
fails, the materialized view remains empty.

Dropping a materialized view with :doc:`/sql/refresh-materialized-view` removes
Dropping a materialized view with :doc:`/sql/drop-materialized-view` removes
the definition and the storage table.