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

feature request: pre-populating bulk buffer pool pages #276

Open
carns opened this issue Jul 23, 2024 · 0 comments
Open

feature request: pre-populating bulk buffer pool pages #276

carns opened this issue Jul 23, 2024 · 0 comments

Comments

@carns
Copy link
Member

carns commented Jul 23, 2024

Consider replacing malloc/memalign calls with mmap(...MAP_POPULATE...) or similar to ensure that the memory is paged in before first use. It may be transport-dependent whether this makes a significant difference or not.

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