Skip to content
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

Increase the number of concurrent reader on the indexes #2786

Closed
irevoire opened this issue Sep 19, 2022 · 1 comment · Fixed by #2830
Closed

Increase the number of concurrent reader on the indexes #2786

irevoire opened this issue Sep 19, 2022 · 1 comment · Fixed by #2830
Labels
contribution accepted This issue accepts external contributions enhancement New feature or improvement good first issue Good for newcomers impacts docs This issue involves changes in the Meilisearch's documentation v0.30.0 PRs/issues solved in v0.30.0 released on 2022-11-28
Milestone

Comments

@irevoire
Copy link
Member

In order to fix #2648 you need to find every time we open an index and update the EnvOpenOptions to add the max_readers option to 1024.

@irevoire irevoire added good first issue Good for newcomers contribution accepted This issue accepts external contributions hacktoberfest labels Sep 19, 2022
@irevoire irevoire added this to the v0.30.0 milestone Sep 19, 2022
@curquiza curquiza added enhancement New feature or improvement documentation Related to the documentation of this repository labels Sep 19, 2022
@curquiza
Copy link
Member

As far as I understand, the number of readers will now be 1024 and not 126 anymore

Pinging @meilisearch/docs-team: it's related to this issue I opened: meilisearch/documentation#1870

@curquiza curquiza removed this from the v0.30.0 milestone Sep 19, 2022
@curquiza curquiza added impacts docs This issue involves changes in the Meilisearch's documentation and removed documentation Related to the documentation of this repository labels Sep 22, 2022
@curquiza curquiza added this to the v0.30.0 milestone Oct 3, 2022
@bors bors bot closed this as completed in 8fa8eb9 Oct 3, 2022
@meili-bot meili-bot added the v0.30.0 PRs/issues solved in v0.30.0 released on 2022-11-28 label Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution accepted This issue accepts external contributions enhancement New feature or improvement good first issue Good for newcomers impacts docs This issue involves changes in the Meilisearch's documentation v0.30.0 PRs/issues solved in v0.30.0 released on 2022-11-28
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants