Skip to content

Tag pruning limits #1652

Answered by fulmicoton
collimarco asked this question in Q&A
Discussion options

You must be logged in to vote

@collimarco You can have one index with a lot of tenants. If you do you will have to pool your tenants into different sources.

For instance, upstream you could route you tenants data into different kafka topics.

This sharding is more dynamic than regular sharding.
Upstream it is perfectly fine for you to move one tenant from one shard (for instance because it got bigger).
It will not impact anything in quickwit's operations.

Unfortunately one piece of the puzzle is missing to let you operate such a system.
With such a system, you need to make sure that Quickwit does not merge spltis coming from different sources,
and Quickwit 0.3 does not offer any knobs for you to configure split merges.

T…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by fmassot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants