Files
scylladb/docs
Botond Dénes 978ec7a4bb tools: introduce scylla-sstable-index
A tool which lists all partitions contained in an sstable index. As all
partitions in an sstable are indexed, this tool can be used to find out
what partitions are contained in a given sstable.

The printout has the following format:
$pos: $human_readable_value (pk{$raw_hex_value})

Where:
* $pos: the position of the partition in the (decompressed) data file
* $human_readable_value: the human readable partition key
* $raw_hex_value: the raw hexadecimal value of the binary representation
  of the partition key

For now the tool requires the types making up the partition key to be
specified on the command line, using the `--type|-t` command line
argument, using the Cassandra type class name notation for types.
As these are not assumed to be widely known, this patch includes a
document mapping all cql3 types to their Cassandra type class name
equivalent (but not just).

Signed-off-by: Botond Dénes <bdenes@scylladb.com>
Message-Id: <20201208092323.101349-1-bdenes@scylladb.com>
2020-12-15 18:46:47 +02:00
..
2020-12-03 17:37:18 +01:00
2020-12-03 17:40:34 +01:00
2020-12-03 17:40:34 +01:00
2020-12-03 17:40:34 +01:00
2020-12-03 17:37:18 +01:00
2020-12-03 17:37:18 +01:00
2020-12-03 17:37:18 +01:00
2020-12-03 17:40:34 +01:00
2020-12-03 17:40:34 +01:00
2020-12-03 17:37:18 +01:00
2020-12-03 17:40:34 +01:00
2020-12-03 17:40:34 +01:00
2020-12-03 17:37:18 +01:00
2020-12-03 17:37:18 +01:00
2020-12-03 17:40:34 +01:00
2020-12-03 17:40:34 +01:00
2020-12-03 17:40:34 +01:00
2020-12-03 17:40:34 +01:00
2020-12-03 17:37:18 +01:00
2020-12-03 17:40:34 +01:00
2020-12-03 17:40:34 +01:00
2020-12-03 17:40:34 +01:00
2020-12-03 17:40:34 +01:00
2020-07-27 13:38:57 +03:00

Scylla developer documentation

This folder (and its subfolders) contain developer-oriented documentation concerning the Scylla codebase. We also have a wiki, which contains additional developer-oriented documentation. There is currently no clear definition of what goes where, so when looking for something be sure to check both.

Seastar documentation can be found here.

User documentation can be found on docs.scylladb.com

For information on how to build Scylla and how to contribute visit HACKING.md and CONTRIBUTING.md.