Description
When sending massive query/update operations to the remote stores via the table API, the quota allocated to the store can be easily exceeded. Support batching from the table API layer can mitigate this problem.
For instance, since some data stores support batch operations, the table API can buffer a configuration number or time window of operations and send to the data store using the provided batch API when the batch window is closed.
Attachments
Issue Links
- links to