This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Rename MEILI_MAX_MDB_SIZE env var and --max-mdb-size option flag #48
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curquiza
approved these changes
Jun 14, 2021
irevoire
reviewed
Jun 14, 2021
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
curquiza
reviewed
Jun 14, 2021
Kerollmops
approved these changes
Jun 16, 2021
irevoire
approved these changes
Jun 16, 2021
gmourier
changed the title
Rename MAX_MDB_SIZE configuration var
Rename MAX_MDB_SIZE env var and --max-mdb-size option flag
Jun 16, 2021
gmourier
added
Ready To Be Implemented
Feature specification is ready to be implemented.
and removed
Ready For Review
Feature specification must be reviewed.
labels
Jun 16, 2021
gmourier
changed the title
Rename MAX_MDB_SIZE env var and --max-mdb-size option flag
Rename MEILI_MAX_MDB_SIZE env var and --max-mdb-size option flag
Jun 17, 2021
gmourier
added
Implemented
Feature specification has been implemented.
and removed
Ready To Be Implemented
Feature specification is ready to be implemented.
labels
Jun 17, 2021
gmourier
added a commit
that referenced
this pull request
Aug 17, 2021
* Intialize specification * Apply suggestions from code review Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com> * update specification * add 0.20 error description in specification file * remove 0.21 current state missing http error * update title and add date Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I. Summary
This specification is written to rename the
MEILI_MAX_MDB_SIZE
environnement variable and--max-mdb-size
option flag toMEILI_MAX_INDEX_SIZE
and--max-index-size
.II. Motivation
Since version 0.21 no longer has a main LMDB database for all indexes but one LMBD database per index, the concept of a
main
database no longer exists internally.