Versions Compared

Key

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

...

Clients should retrieve schemas with SCHEMAS_GET and cache them per table.

TUPLE_UPSERT_ALL = 12

Request
UUIDtable ID
intschema ID
arr of arrarray of rows with values for all columns in given schema (nil when value is missing for a column)

Basic response.

TUPLE_GET_ALL = 13

...

Response
intschema ID (for all tuples in response)
arr of arrarray of rows with values in schema order

Risks and Assumptions

TUPLE_GET_AND_UPSERT = 14

TUPLE_INSERT = 15

TUPLE_INSERT_ALL = 16

TUPLE_REPLACE = 17

TUPLE_REPLACE2 = 18

TUPLE_GET_AND_REPLACE = 19

TUPLE_DELETE = 20

TUPLE_DELETE_ALL = 21

TUPLE_DELETE_EXACT = 22

TUPLE_DELETE_ALL_EXACT = 23

TUPLE_GET_AND_DELETE = 24

Risks and Assumptions

Invoke API is out of scope of this IEP: code deployment and processor serialization should be designed separately.TODO

Discussion Links

  • TODO

Reference Links

...