File tree 2 files changed +27
-0
lines changed 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,15 @@ enabled:
149
149
If you plan to use any of the above features, CREATE your keyspace
150
150
:ref: `with tablets disabled <tablets-enable-tablets >`.
151
151
152
+ The following ScyllaDB features are disabled by default when used with a keyspace
153
+ that has tablets enabled:
154
+
155
+ * Materialized Views (MV)
156
+ * Secondary indexes (SI, as it depends on MV)
157
+
158
+ To enable MV and SI for tablet keyspaces, use the `--experimental-features=views-with-tablets `
159
+ configuration option. See :ref: `Views with tablets <admin-views-with-tablets >` for details.
160
+
152
161
Resharding in keyspaces with tablets enabled has the following limitations:
153
162
154
163
* ScyllaDB does not support reducing the number of shards after node restart.
Original file line number Diff line number Diff line change @@ -352,6 +352,24 @@ Before creating keyspaces with object storage, you also need to
352
352
:ref: `configure <object-storage-configuration >` the object storage
353
353
credentials and endpoint.
354
354
355
+ .. _admin-views-with-tablets :
356
+
357
+ Views with tablets
358
+ ------------------
359
+
360
+ By default, Materialized Views (MV) and Secondary Indexes (SI)
361
+ are disabled in keyspaces that use tablets.
362
+
363
+ Support for MV and SI with tablets is experimental and must be explicitly
364
+ enabled in the ``scylla.yaml `` configuration file by specifying
365
+ the ``views-with-tablets `` option:
366
+
367
+ .. code-block :: yaml
368
+
369
+ experimental_features :
370
+ - views-with-tablets
371
+
372
+
355
373
Monitoring
356
374
==========
357
375
ScyllaDB exposes interfaces for online monitoring, as described below.
You can’t perform that action at this time.
0 commit comments