Skip to content

Instantly share code, notes, and snippets.

@grundprinzip
Created August 19, 2013 14:32
Show Gist options
  • Save grundprinzip/6269787 to your computer and use it in GitHub Desktop.
Save grundprinzip/6269787 to your computer and use it in GitHub Desktop.
Hyrise TX
{
"operations" : {
"insert" : {
}
},
"edges" : []
}
{
"operations" : {
"update_ctx" : {
"type" : "UpdateTXContext",
"tid" : 10
},
"commit" : {
}
},
"edges" : [
["update_ctx", "commit"] /* Update CTX muss der root von allem sein */
]
}
{
"operations" : {
"update_ctx" : {
"type" : "UpdateTXContext",
"tid" : 10
},
"insert" : {
}
},
"edges" : [
["update_ctx", "insert"] /* Update CTX muss der root von allem sein */
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment