mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
The exiting documentation comment for `enable_tablets` is very terse and lacks details about the effect of enabling or disabling tablets. This change adds more details about the impact of `enable_tablets` on newly created keyspaces, and hot to disable tablets when keyspaces are created. Also, a note was added to warn about the irreversibility of the tablets enablement per keyspace. Signed-off-by: Benny Halevy <bhalevy@scylladb.com>