Files
scylladb/docs/troubleshooting/storage/index.rst
Anna Stuchlik b54ce3b0c0 doc: remove the redundant raw:: html directive
This commit removes the raw:: html directive (with the exception of an embedded animation) because:
- It is not supported by the dark theme and looks bad.
- It's a legacy directive, and we no longer need it on index pages.

Fixes https://github.com/scylladb/scylladb/issues/20881

Closes scylladb/scylladb#21062
2024-10-17 13:41:15 +03:00

25 lines
1.1 KiB
ReStructuredText

Data Storage and SSTables
=========================
.. toctree::
:hidden:
:maxdepth: 2
Space Utilization Increasing </troubleshooting/space-up/>
Disk Space is not Reclaimed </troubleshooting/drop-table-space-up/>
SSTable Corruption Problem </troubleshooting/sstable-corruption/>
Pointless Compactions </troubleshooting/pointless-compactions/>
Limiting Compaction <https://monitoring.docs.scylladb.com/stable/use-monitoring/advisor/heavyCompaction.html>
* :doc:`Space Utilization Keeps Going Up During Normal Operation </troubleshooting/space-up/>`
* :doc:`Dropped (or truncated) Table (or keyspace) and Disk Space is not Reclaimed </troubleshooting/drop-table-space-up/>`
* :doc:`SSTable Corruption Problem </troubleshooting/sstable-corruption/>`
* :doc:`There Are A Lot Of Single SSTable Compactions That Don't Compact Anything </troubleshooting/pointless-compactions/>`
* `Compaction Takes Lots of Memory and CPU <https://monitoring.docs.scylladb.com/stable/use-monitoring/advisor/heavyCompaction.html>`_
More information on :doc:`SSTables </architecture/sstable/index>`.