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
It's not about the transport layer but about reducing GC pressure through allocating much fewer storepb.SeriesResponse objects on both sides. Also, it's a prelude to further possible improvements like adding a symbol table. With batch size 1 doing something like that doesn't make sense.
Is your proposal related to a problem?
Sending responses one-by-one from StoreAPI is not ideal:
Since each response is small, my proposal is to pack multiple responses into one message.
Describe the solution you'd like
Tunable batch size parameter on the StoreAPI level (request - batch size, response is batched accordingly) and inside of the querier.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: