Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OP_DROP_TABLE = 4

TODO: by name

OP_PUT_TUPLE = 5

TODO: Do we care about schema?

  1. Field names with values
  2. Schema id with values

OP_GET_TUPLE = 6

TODO: returns schema ID?

Schemas can be cached on the client.

OP_GET_SCHEMAS = 7

gets one or more schemas by table name and ids

Risks and Assumptions

TODO

...