Open
Description
Jira Link: DB-7047
Description
PostgreSQL can devise query plans that can leverage multiple CPUs in order to answer queries faster. This feature is known as parallel query. For queries, when a large number of rows are scanned this helps improve the query performance by utilizing parallel workers. In YugabyteDB, we plan to support Parallel query to improve the performance execution of the queries.
- [:clock4: ] ([DocDB] Add docdb support for dynamic/interleaved parallelism every N blocks #17986)
- [ 🕓] ([YSQL] YSQL layer - parallel query execution #17987)
- [YSQL] Add Support for PostgreSQL parallelism for YbSeqScan plan node #18095
- [YSQL] Make YbSeqScan plan node as default for sequential scan #18082
- Support YbSeqScan aggregate pushdown([YSQL] Aggregates are not pushed down to docdb layer in case of index scan #15857)
- [YSQL] Support for PostgreSQL parallelism for IndexScan/IndexOnlyScans #18094
- [YSQL] Support for PostgreSQL parallelism for Parallel Append plan node #18092
- [YSQL] Support for PostgreSQL parallelism for Aggregation plan node #18093
Warning: Please confirm that this issue does not contain any sensitive information
- I confirm this issue does not contain any sensitive information.
Activity