You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Dengpan Yin (JIRA)" <ji...@apache.org> on 2019/05/13 18:55:00 UTC

[jira] [Created] (SAMZA-2191) Support batching for remote tables.

Dengpan Yin created SAMZA-2191:
----------------------------------

             Summary: Support batching for remote tables.
                 Key: SAMZA-2191
                 URL: https://issues.apache.org/jira/browse/SAMZA-2191
             Project: Samza
          Issue Type: Bug
          Components: container
            Reporter: Dengpan Yin


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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)