Skip to content

Conversation

@GiedriusS
Copy link

Currently, the tenant field is a separate field in WriteRequest. This is one of the reasons why we have such a write amplification - we get 200 req/s on HTTP level but 100k/s on gRPC level. Ordinarily, we need to send each tenant's data individually. But, we could embed multiple tenant's data in one gRPC request. Do that by using labels, just like how we receive the data right now.

Currently, the tenant field is a separate field in WriteRequest. This
is one of the reasons why we have such a write amplification - we get
200 req/s on HTTP level but 100k/s on gRPC level. Ordinarily, we need to
send each tenant's data individually. But, we could embed multiple
tenant's data in one gRPC request. Do that by using labels, just like
how we receive the data right now.

Signed-off-by: Giedrius Statkevičius <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants