Skip to content

Instantly share code, notes, and snippets.

@aludwiko
Last active January 30, 2019 11:06
Show Gist options
  • Save aludwiko/adda2b616c90321171ca15c85e8d698c to your computer and use it in GitHub Desktop.
Save aludwiko/adda2b616c90321171ca15c85e8d698c to your computer and use it in GitHub Desktop.
cqlsh:my_keyspace> INSERT INTO orders (id, status, country) VALUES ( 4, 'added', 'PL');
#flush
cqlsh:my_keyspace> DELETE country FROM orders WHERE id = 4;
#flush
nodetool getsstables my_keyspace orders '4'
.../my_keyspace/orders-90eefa7022d511e9abc5abfbe212c0f3/mc-11-big-Data.db
.../my_keyspace/orders-90eefa7022d511e9abc5abfbe212c0f3/mc-10-big-Data.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment