Back to Scylladb

Nodetool getsstables

docs/operating-scylla/nodetool-commands/getsstables.rst

latest1.4 KB
Original Source

Nodetool getsstables

getsstables [-hf | --hex-format] <keyspace> <table> <key> - Gets the SStables that contain the given key.

Syntax

.. code-block:: console

nodetool getsstables [-hf | --hex-format] <keyspace> <table> <key>

Options

==================================================================== ================================================================================================================== Parameter Description ==================================================================== ================================================================================================================== -hf / --hex-format Specify the key in hexadecimal string format ==================================================================== ==================================================================================================================

Examples

For example:

.. code-block:: shell

nodetool getsstables ks tbl mykey

Example output:

.. code-block:: shell

/var/lib/scylla/data/ks/tbl-3ca78460d61611eea0b49524e39553c0/me-3gec_0mu7_5az0024x96bfm476r6-big-Data.db /var/lib/scylla/data/ks/tbl-3ca78460d61611eea0b49524e39553c0/me-3gec_0mu7_7bz0024x96bfm476r6-big-Data.db

See Also

.. include:: nodetool-index.rst