diff --git a/docs/architecture/sstable/_common/sstable_what_is.rst b/docs/architecture/sstable/_common/sstable_what_is.rst index c73b2acdba..805eba6e70 100644 --- a/docs/architecture/sstable/_common/sstable_what_is.rst +++ b/docs/architecture/sstable/_common/sstable_what_is.rst @@ -15,7 +15,7 @@ SSTable Version Support - ScyllaDB Enterprise Version - ScyllaDB Open Source Version * - 3.x ('me') - - 2022.2 + - 2022.2 and above - 5.1 and above * - 3.x ('md') - 2021.1 diff --git a/docs/architecture/sstable/index.rst b/docs/architecture/sstable/index.rst index 04dccb62bf..43bc760ef1 100644 --- a/docs/architecture/sstable/index.rst +++ b/docs/architecture/sstable/index.rst @@ -9,11 +9,7 @@ ScyllaDB SSTable Format .. include:: _common/sstable_what_is.rst -* In ScyllaDB 6.0 and above, *me* format is enabled by default. - -* In ScyllaDB Enterprise 2021.1, ScyllaDB 4.3 and above, *md* format is enabled by default. - -* In ScyllaDB 3.1 and above, *mc* format is enabled by default. +In ScyllaDB 6.0 and above, *me* format is enabled by default. For more information on each of the SSTable formats, see below: diff --git a/docs/architecture/sstable/sstable3/index.rst b/docs/architecture/sstable/sstable3/index.rst index 208beb633d..6c30ca43d4 100644 --- a/docs/architecture/sstable/sstable3/index.rst +++ b/docs/architecture/sstable/sstable3/index.rst @@ -12,17 +12,7 @@ ScyllaDB SSTable - 3.x .. include:: ../_common/sstable_what_is.rst -* In ScyllaDB 6.0 and above, the ``me`` format is mandatory, and ``md`` format is used only when upgrading from an existing cluster using ``md``. The ``sstable_format`` parameter is ignored if it is set to ``md``. -* In ScyllaDB 5.1 and above, the ``me`` format is enabled by default. -* In ScyllaDB 4.3 to 5.0, the ``md`` format is enabled by default. -* In ScyllaDB 3.1 to 4.2, the ``mc`` format is enabled by default. -* In ScyllaDB 3.0, the ``mc`` format is disabled by default. You can enable it by adding the ``enable_sstables_mc_format`` parameter set to ``true`` in the ``scylla.yaml`` file. For example: - - .. code-block:: shell - - enable_sstables_mc_format: true - -.. REMOVE IN FUTURE VERSIONS - Remove the note above in version 5.2. +In ScyllaDB 6.0 and above, the ``me`` format is mandatory, and ``md`` format is used only when upgrading from an existing cluster using ``md``. The ``sstable_format`` parameter is ignored if it is set to ``md``. Additional Information -------------------------