Skip to content

multi-tenancy indexing #36

Answered by ChillFish8
oronsh asked this question in Q&A
Nov 3, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

This is mentioned in the docs https://lnx.rs/#tag/Managing-indexes which gives a bit more info on this, but yes this will open 10,000 * (calculated number of threads) which is generally something I wouldn't advise doing.

I do plan on working on some sort of shared / dynamic size executor but for the most part, It's just really not recommended to make lots of small indexes as it is unbelievably inefficient to do so in lnx, you're better of making one index and merging all the data together as best you can, at least in lnx's case.

If you need a lot of very small indexes something like sonic might be better suited as it's a lot more optimised for small resources footprint vs performance on l…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@oronsh
Comment options

Answer selected by ChillFish8
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