Skip to content

Instantly share code, notes, and snippets.

@dln
Created June 15, 2010 13:45
Show Gist options
  • Save dln/439141 to your computer and use it in GitHub Desktop.
Save dln/439141 to your computer and use it in GitHub Desktop.
MyObjs(Standard)
----------------
row_key => {ts: 1234,
host: "kremvax",
attr1: data,
attr2: data,
attr2: data}
MyObjsIndices(Super)
--------------------
"bytime:" + ts / 86400 => {ts + ":" + row_key, {ts: 1234,
host: "kremvax",
attr1: data,
attr2: data,
attr2: data}}
"byhost:" + host + ":" + ts / 86400 => {ts + ":" + row_key, {ts: 1234,
host: "kremvax",
attr1: data,
attr2: data,
attr2: data}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment