Created
January 30, 2019 10:28
-
-
Save aludwiko/ae19b973f26ec7b28d1945a932d90b6f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./sstabledump mc-2-big-Data.db | |
| [ | |
| { | |
| "partition" : { | |
| "key" : [ "2" ], | |
| "position" : 0 | |
| }, | |
| "rows" : [ | |
| { | |
| "type" : "row", | |
| "position" : 33, | |
| "liveness_info" : { "tstamp" : "2019-01-28T08:22:05.237814Z" }, | |
| "cells" : [ | |
| { "name" : "country", "value" : "UK" }, | |
| { "name" : "status", "value" : "added" } | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| ./sstabledump mc-3-big-Data.db | |
| [ | |
| { | |
| "partition" : { | |
| "key" : [ "2" ], | |
| "position" : 0 | |
| }, | |
| "rows" : [ | |
| { | |
| "type" : "row", | |
| "position" : 36, | |
| "liveness_info" : { "tstamp" : "2019-01-28T08:22:15.525845Z" }, | |
| "cells" : [ | |
| { "name" : "country", "value" : "UK" }, | |
| { "name" : "status", "value" : "verified" } | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| ./sstabledump mc-4-big-Data.db | |
| [ | |
| { | |
| "partition" : { | |
| "key" : [ "2" ], | |
| "position" : 0 | |
| }, | |
| "rows" : [ | |
| { | |
| "type" : "row", | |
| "position" : 35, | |
| "liveness_info" : { "tstamp" : "2019-01-28T08:22:25.269595Z" }, | |
| "cells" : [ | |
| { "name" : "country", "value" : "UK" }, | |
| { "name" : "status", "value" : "shipped" } | |
| ] | |
| } | |
| ] | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment