docs: mention the new synchronous_updates option in mv docs

This commit adds a table (with 1 row) explaining Scylla-specific
materialized view options - which now consists just of
synchronous_updates.

Tested manually by running `make preview` from docs/ directory.

Closes #11150
This commit is contained in:
Piotr Sarna
2022-07-28 12:30:37 +02:00
committed by Nadav Har'El
parent 8b06684a8c
commit 9064d3c6ec

View File

@@ -146,6 +146,20 @@ MV Options
A materialized view is internally implemented by a table, and as such, creating a MV allows the :ref:`same options than
creating a table <create-table-options>`.
Additionally, the following Scylla-specific options are supported:
.. list-table::
:widths: 20 10 10 60
:header-rows: 1
* - Option
- Kind
- Default
- Description
* - ``synchronous_updates``
- simple
- false
- When true, view updates are applied synchronously; otherwise, view updates may be applied in the background
.. _alter-materialized-view-statement: