Versions Compared

Key

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

...

TUPLE_UPSERT_WITH_SCHEMA = 6

Request
UUIDtable ID
intschema ID
arrvalues for all columns in given schema

Basic response.

TUPLE_GET = 7

Request
UUIDtable ID
arrvalues for key columns (any order)

TODO: returns schema ID?


Response
intschema id for the current tuple
arrtuple values in schema order

Schemas can be cached on the clientClients should retrieve schemas with SCHEMAS_GET and cache them per table.

SCHEMAS_GET = 7

...

Request
UUIDtable ID
arrschema IDs


Response
arrschemas (TODO: details)

Risks and Assumptions

TODO

...