Philipp Moritz created ARROW-6824:
-------------------------------------
Summary: [Plasma] Support batched create and seal requests for
small objects
Key: ARROW-6824
URL: https://issues.apache.org/jira/browse/ARROW-6824
Project: Apache Arrow
Issue Type: Improvement
Components: C++ - Plasma
Affects Versions: 0.15.0
Reporter: Philipp Moritz
Currently the plasma create API supports creating and sealing a single object –
this makes sense for large objects because their creating throughput is limited
by the memory throughput of the client when the data is filled into the buffer.
However sometimes we want to create lots of small objects in which case the
throughput is limited by the number of IPCs to the store we can do when
creating new objects. This can be fixed by offering a version of CreateAndSeal
that allows us to create multiple objects at the same time.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)