Skip to content

Storage, parallel queries on same database instance #1574

Description

@ChristianGruen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions