The Cassandra sstablekeys
command-line sstablekeys
can be used to extract all defined line keys from the physical SSTABLE file:
sstablekeys .../cassandra/data/Keyspace1/Standard1-N-Data.db
Does the Cassandra API support searching for all defined keys? If so, how?
I am looking for an analogy of Cassandra with SELECT id FROM table;
.
knorv source share