Partition Pruning和Partition-Wise Joins
Partition Pruning
Partition pruning is an essential performance feature for data warehouses. In partition pruning, the optimizer analyzes FROM and WHERE clauses in SQL statements to eliminate unneeded partitions when building the partition access list. As a result, Oracle Database performs operations only on those partitions that are relevant to the SQL statement.
Partition pruning dramatically reduces the amount of data retrieved from disk and shortens processing time, thus improving query performance and optimizing resource utilization.
Partition-Wise Joins
Partition-wise joins reduce query response time by minimizing the amount of data exchanged among parallel execution servers when joins execute in parallel. This significantly reduces response time and improves the use of both CPU and memory resources.
Partition-wise joins can be full or partial. Oracle Database decides which type of join to use.
Benefits of Partition-Wise Joins
Partition-wise joins offer benefits described in the following topics:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26870952/viewspace-2152956/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle JoinsOracle
- MOE pruning
- oracle partition by group by,詳解partition by和group by對比Oracle
- 聊聊flink Table的Joins
- 814-Binary Tree Pruning
- LeetCode之Binary Tree Pruning(Kotlin)LeetCodeKotlin
- Clique Partition
- [20180912]關於ANSI joins語法.txt
- 分割槽Partition
- 【譯】Learn D3 入門文件:Joins
- 7.74 DATAOBJ_TO_PARTITIONOBJ
- 86. Partition List
- oracle partition by 語法Oracle
- B. Range and Partition
- [論文分享] DHP: Differentiable Meta Pruning via HyperNetworks
- Peace or partition? Cyprus - Espresso EconomistEspresso
- 7.73 DATAOBJ_TO_MAT_PARTITIONOBJ
- 3-Partition 問題
- DMCP: Differentiable Markov Channel Pruning for Neural Networks 閱讀筆記筆記
- Codeforces 1948E Clique Partition
- 分割槽partition知識點
- Partition|Disk Utility 如何分割磁碟
- ROWNUMBER() OVER( PARTITION BY COL1
- Spark學習——分割槽Partition數Spark
- [LeetCode] 416. Partition Equal Subset SumLeetCode
- scPagwas-gwas data pruning的處理-inhouse 【未完成整理】
- Oracle Partition 分割槽詳細總結Oracle
- PostgreSQL DBA(94) - PG 12 Improving Partition(Select)SQL
- PostgreSQL DBA(93) - PG 12 Improving Partition(Insert)SQL
- 分割槽函式Partition By的基本用法函式
- Kafka分割槽分配策略(Partition Assignment Strategy)Kafka
- PostgreSQL/Citus 常見報錯問題分析(一)ERROR: direct joins between distributedSQLError
- How to Add a New Disk new partition in centos7CentOS
- PostgreSQL DBA(95) - PG 12 Partition(out of shared memory)SQL
- TiDB 原始碼閱讀系列文章(二十)Table PartitionTiDB原始碼
- [20191203]enq: ZA - add std audit table partition.txtENQ
- Hadoop中java.lang.ClassCastException: partition解決方法HadoopJavaASTException
- 分割槽函式partition by的基本用法【轉載】函式