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

access_dict setting #1713

Closed
sanikolaev opened this issue Jan 9, 2024 · 1 comment
Closed

access_dict setting #1713

sanikolaev opened this issue Jan 9, 2024 · 1 comment
Assignees
Labels
rel::upcoming Upcoming release

Comments

@sanikolaev
Copy link
Collaborator

The task is to implement:

searchd.access_dict = mmap / mmap_preread / mlock

and

create table ... access_dict = mmap / mmap_preread / mlock

as ways to control dictionary prereading behaviour globally and per-table.

tomatolog added a commit that referenced this issue Jan 9, 2024
@tomatolog
Copy link
Contributor

should be added at 51cb54f
Now added option access_dict that could be used at the searchd section of config to control instance behavior and set per index at the config or the create table statement

@sanikolaev sanikolaev added the rel::upcoming Upcoming release label Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rel::upcoming Upcoming release
Projects
None yet
Development

No branches or pull requests

2 participants