Skip to content

Instantly share code, notes, and snippets.

@garo
Created July 4, 2016 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garo/4940f9a90a99ff5aa80c1ba98c746708 to your computer and use it in GitHub Desktop.
Save garo/4940f9a90a99ff5aa80c1ba98c746708 to your computer and use it in GitHub Desktop.
root@testipannu-1:/data/data/profiles/test-246401d041c711e69af6970683addfb4# ls -l
total 36
drwxr-xr-x 2 root root 6 Jul 4 09:10 backups
-rw-r--r-- 1 root root 43 Jul 4 09:28 la-1-big-CompressionInfo.db
-rw-r--r-- 1 root root 266 Jul 4 09:28 la-1-big-Data.db
-rw-r--r-- 1 root root 10 Jul 4 09:28 la-1-big-Digest.adler32
-rw-r--r-- 1 root root 16 Jul 4 09:28 la-1-big-Filter.db
-rw-r--r-- 1 root root 63 Jul 4 09:28 la-1-big-Index.db
-rw-r--r-- 1 root root 4464 Jul 4 09:28 la-1-big-Statistics.db
-rw-r--r-- 1 root root 124 Jul 4 09:28 la-1-big-Summary.db
-rw-r--r-- 1 root root 94 Jul 4 09:28 la-1-big-TOC.txt
root@testipannu-1:/data/data/profiles/test-246401d041c711e69af6970683addfb4# /opt/cassandra/tools/bin/sstable2json la-1-big-Data.db
WARNING: please note that sstable2json is now deprecated and will be removed in Cassandra 3.0. Please see https://issues.apache.org/jira/browse/CASSANDRA-9618 for details.
WARN 09:28:33 memtable_cleanup_threshold is set very low, which may cause performance degradation
[
{"key": "finland:dbas",
"cells": [["::is_team_active","false",1467623550171000],
["2016-06-04 12\\:00Z:Garo:","",1467623509300000],
["2016-06-04 12\\:00Z:Garo:action","Entered office",1467623509300000],
["2016-06-04 13\\:00Z:Garo:","",1467623525184000],
["2016-06-04 13\\:00Z:Garo:action","Exitted office",1467623525184000],
["2016-06-04 15\\:00Z:smallbatch:","",1467624255368000],
["2016-06-04 15\\:00Z:smallbatch:action","Entered",1467624255368000]]},
{"key": "finland:users",
"cells": [["2016-06-04 15\\:00Z:smallbatch:","",1467624361861000],
["2016-06-04 15\\:00Z:smallbatch:action","Entered",1467624361861000]]}
]
root@testipannu-1:/data/data/profiles/test-246401d041c711e69af6970683addfb4#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment