Files
scylladb/docs/architecture/sstable/index.rst
Anna Stuchlik c93a7d2664 doc: replace 5.5 with 6.0 in SStable docs (me)
This commit replaces the version number 5.5 with 6.0,
because 5.5 has never been released.

This is a follow-up to https://github.com/scylladb/scylladb/pull/16716.

Refs https://github.com/scylladb/scylladb/issues/16551
Refs https://github.com/scylladb/scylladb/issues/18580

Closes scylladb/scylladb#18730
2024-05-17 16:34:18 +03:00

22 lines
516 B
ReStructuredText

ScyllaDB SSTable Format
========================
.. toctree::
:hidden:
sstable2/index
sstable3/index
.. include:: _common/sstable_what_is.rst
* In Scylla 6.0 and above, *me* format is enabled by default.
* In Scylla Enterprise 2021.1, Scylla 4.3 and above, *md* format is enabled by default.
* In Scylla 3.1 and above, *mc* format is enabled by default.
For more information on each of the SSTable formats, see below:
* :doc:`SSTable 2.x <sstable2/index>`
* :doc:`SSTable 3.x <sstable3/index>`