You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support a throughput-optimized bulk streaming mode for stream operations.
The idea would be for users to set a behavioral flag that would make write operations pipe through a batching pipeline instead of doing single requests. The batching pipeline will group operations and send them through a Batch request.
The feature should leverage the Task framework feature to be transparent for the end-user.
The text was updated successfully, but these errors were encountered:
Support a throughput-optimized bulk streaming mode for stream operations.
The idea would be for users to set a behavioral flag that would make write operations pipe through a batching pipeline instead of doing single requests. The batching pipeline will group operations and send them through a Batch request.
The feature should leverage the Task framework feature to be transparent for the end-user.
The text was updated successfully, but these errors were encountered: