Skip to content

Is indexing server going to support multi tenancy? #724

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

You must be logged in to vote

Note those threads are most of the time parked have very little impact on performance.

If think we should not have trouble handling 1000s of tenants.

Right now we are addressing the multitenant case in a different manner.
A single index can host hundreds of tenants...

As a user, you would then group your tenants in pools that are fed in different sources.
Quickwit will then produce splits that are tagged with the tenants it contains.

When a query arrives, quickwit will only search within the splits containing the tenant.
We even have some hidden feature to improve the pruning power of this tag by taking 10
matures splits and producing 10 splits that tries to separate tenants as much as po…

Replies: 1 comment

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
2 participants