The current sample reads: ```cql CREATE KEYSPACE my_keyspace WITH replication = { 'class': 'NetworkTopologyStrategy', 'replication_factor': 3, } AND tablets = { 'enabled': false }; ``` The additional comma after `'replication_factor': 3` breaks the query execution. Closes scylladb/scylladb#19177
it sets the cluster feature of tablets, and is a prerequisite for using tablets. Refs #18670 Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes scylladb/scylladb#19090
This commit adds the main description of tablets and their benefits. The article can be used as a reference in other places across the docs where we mention tablets. Closes scylladb/scylladb#18619