-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.0: Remove --max-index-size
and --max-task-db
configuration options
#2077
Comments
Hey docs team 👋 The removal of these options introduces two limitations1 that are "new"2:
Should we maybe document these limitations somewhere in the documentation? EDIT: Oh, I'm seeing that Footnotes
|
Hi @dureuill! I'm working on updating these and realised I need some clarification on a few points. Maximum number of indexesWhy do we say the maximum number of indexes in an instance is around 200 (for unix/unix-like systems)? Is it possible for e.g. linux machine A to have a maximum of 201 indexes while linux machine B only supports 198? More pragmatically, is the following statement correct?
|
Hi @guimachiavelli 👋 Maximum number of indexesWe're being imprecise on the exact number due to the following reasons:
Due to these reasons, it is hard to set a hard limit to the number of available indexes that can coexist in a meilisearch instance. If we need a hard limit, it should be safe to take a smaller number, e.g. 180, which would mean that 900TB from the address space will be taken by indexes, and it is unlikely that fragmentation and other allocations will cause the remaining 100TB to be entirely occupied. This only works for the unixes though, because the address space if much smaller on Windows, and so fragmentation and other allocations can absolutely not be abstracted away. To summarize:
is not a correct statement. A more conservative statement could be:
|
Thanks for the detailed answer, @dureuill! I think I have enough to move forward, but will soon request your review on the PR to make sure everything's accurate. |
2098: v1.0 r=guimachiavelli a=maryamsulemani97 Staging branch for v1.0. Closes #2092, #2087, #2086, #2085, #2082, #2079, #2078, #2077, #2075, #2073, #2072, #2069, #2068, #2067, #2066, #2065 Co-authored-by: maryamsulemani97 <maryam@meilisearch.com> Co-authored-by: gui machiavelli <hey@guimachiavelli.com> Co-authored-by: Maryam <90181761+maryamsulemani97@users.noreply.github.com> Co-authored-by: gui machiavelli <gui@meilisearch.com>
Remove
--max-index-size
and--max-task-db
configuration optionsTo do
Some may be missing
/learn/configuration/instance_options.md
learn/advanced/storage.md
reference/errors/error_codes.md
learn/advanced/known_limitations.md
Reference
--max-index-size
and--max-task-db
configuration options meilisearch#3231--max-index-size
and--max-task-db-size
specifications#207The text was updated successfully, but these errors were encountered: