Proceedings of the 2004 ACM SIGMOD International Conference on Management of Data 2004
DOI: 10.1145/1007568.1007666
|View full text |Cite
|
Sign up to set email alerts
|

Parallel SQL execution in Oracle 10g

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
4
0

Year Published

2006
2006
2024
2024

Publication Types

Select...
3
3
2

Relationship

0
8

Authors

Journals

citations
Cited by 15 publications
(4 citation statements)
references
References 7 publications
0
4
0
Order By: Relevance
“…So it is important to pick the most efficient way to redistribute data. Oracle supports several redistribution techniques from which the optimizer decides based on the table sizes, the join method, the join type, the number of processes performing the join, and the hardware configuration [6]. One such technique, referred to as partition-wise join [24], applies when joining two tables on their partitioning key.…”
Section: Parallel Join Processingmentioning
confidence: 99%
See 1 more Smart Citation
“…So it is important to pick the most efficient way to redistribute data. Oracle supports several redistribution techniques from which the optimizer decides based on the table sizes, the join method, the join type, the number of processes performing the join, and the hardware configuration [6]. One such technique, referred to as partition-wise join [24], applies when joining two tables on their partitioning key.…”
Section: Parallel Join Processingmentioning
confidence: 99%
“…During the parallel execution of the statement, every SQL operation in the execution plan is divided into tasks, each assigned to a different process (slave process). For example, the scan operation is parallelized by assigning a granule [6] of the scanned table (sequence of database blocks) to a different process. Data produced by a set of processes executing one operation are distributed to the set of processes executing the next operation in the plan.…”
Section: Parallel Executionmentioning
confidence: 99%
“…These queries look similar to standard database operations. For a sufficiently large set of symbolic features, it is likely that feature querying could be approached using existing work in parallelizing SQL queries [33]. However, the feature set the NS-DR extracts is relatively small, meaning that the overhead which parallelism incurs would almost certainly overwhelm the speedup for this model.…”
Section: E Ns-dr Symbolic Program Executormentioning
confidence: 99%
“…Parallel databases [12] such as DB2 [4], Gamma [11], Volcano [14], and Oracle [9] all support preaggregation techniques for SQL base types and built-in aggregators. Some systems such as Oracle also support preaggregation for user-defined functions.…”
Section: Parallel and Distributed Databasesmentioning
confidence: 99%