Versions Compared

Key

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

...

Operation codes and request ids are omitted everywhere below for brevity.

...

CREATE_TABLE = 1

TODO: Schema, settings - extendable (map-based)

...

DROP_

...

TABLE

...

= 2

TODO: by name

...

GET_

...

TABLES = 3

TODO

OP_DROP_TABLE = 4

TODO: by name

...

: flexible?

  1. Get all table names
  2. Get single table info
  3. Get all tables info

PUT_TUPLE = 5

TODO: Do we care about schema?

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

...

GET_TUPLE = 6

TODO: returns schema ID?

Schemas can be cached on the client.

...

GET_SCHEMAS = 7

gets one or more schemas by table name and ids

...