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

Allow users to specify mmap and file flags on Unix #19

Open
pjtatlow opened this issue Jan 15, 2023 · 0 comments
Open

Allow users to specify mmap and file flags on Unix #19

pjtatlow opened this issue Jan 15, 2023 · 0 comments

Comments

@pjtatlow
Copy link
Owner

pjtatlow commented Jan 15, 2023

In boltdb you can specify mmap flags to tell the OS to read ahead aggressively for faster reads, as well as file flags to control how the OS will buffer writes before committing them to disk. We need to support this in jammdb too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant