-
-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Description
In the case where most or all the database is loaded in RAM, it would be useful to execute the query on multiple threads. Certain queries like full scan or index lookups could run in parallel, one per bucket.
Also some aggregation could be cpu intensive and could be performed in parallel.
- Parallel query for native select (Implemented in 9c39aba, see New: parallel query execution with native select (part 1/2) #1296)
- Parallel query for SQL queries
- Auto determine when to use parallel query (i.e. multi buckets, more than 10K records, etc)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request