Versions Compared

Key

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

...

Response
UUIDtable ID

TUPLE_UPSERT = 5

Request
UUIDtable ID
map (string → any)key-value pairs

Response does not have extra data (see basic response above).

TODO: Separate key and value mapsSchema-based upsert would be more efficient?

TUPLE_GET = 6

Request
UUIDtable ID
arrvalues for key columns
in schema
(any order)

TODO: returns schema ID?

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


Schemas can be cached on the client.

...