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

Storage, parallel queries on same database instance #1574

Open
ChristianGruen opened this issue Jun 4, 2018 · 0 comments
Open

Storage, parallel queries on same database instance #1574

ChristianGruen opened this issue Jun 4, 2018 · 0 comments
Labels

Comments

@ChristianGruen
Copy link
Member

If multiple queries run parallel on a single database instance, random I/O patterns can significantly slow down response times.

For each database instance, a single cursor and buffer pool is created. We could enhance this and…

  1. allow one cursor per thread.
  2. multiple buffer pools would be possible as well, but all of them would need to be flushed, or refreshed, after update operations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant