Ausgezeichnete Informatikdissertationen 1999 2000
DOI: 10.1007/978-3-322-84823-9_15
|View full text |Cite
|
Sign up to set email alerts
|

MISTRAL: Processing Relational Queries using a Multidimensional Access Technique

Abstract: PrefaceClassical one dimensional B-trees have been the standard access method of all commercial database systems for many years. This dissertation is a very promising effort to introduce universal B-trees (UB-trees), the multidimensional variant of Btrees, as a basic access method into the core of fundamental DB-technology. The universal relevance of UB-trees is a consequence of the fact, that every relation can be considered as a set of points in multidimensional space. UB-trees organize this space for effici… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
26
0

Year Published

2013
2013
2016
2016

Publication Types

Select...
3
1
1

Relationship

0
5

Authors

Journals

citations
Cited by 14 publications
(26 citation statements)
references
References 50 publications
0
26
0
Order By: Relevance
“…Our automatic schema creation algorithms use the concept of Z-ordering introduced in [15] and previously applied in Mistral [8], which explores bit interleaving in Z-order for multi-dimensional clustering.…”
Section: Discussionmentioning
confidence: 99%
See 2 more Smart Citations
“…Our automatic schema creation algorithms use the concept of Z-ordering introduced in [15] and previously applied in Mistral [8], which explores bit interleaving in Z-order for multi-dimensional clustering.…”
Section: Discussionmentioning
confidence: 99%
“…Following the UB-Tree work [8], we prefer roundrobin bit interleaving instead, storing tuples in Z-order. This eliminates the question of how to order a table's dimensions and distributes fast access among all dimensions.…”
Section: A Bdcc Table Definition Is Then Straightforwardmentioning
confidence: 99%
See 1 more Smart Citation
“…the tuples with common characteristics are stored together on disk. The UB-tree, MDC or MDAM for B+-trees supports access via multiple attributes, MDC and the UB-tree [25] even balance dimensions and this way do not lose performance for data access when the selections occur on minor dimensions. Multi-dimensional clustering [29] (MDC) in DB2 takes a physical approach by partitioning row-organized data according to multiple dimensions into separate disk pages.…”
Section: Related Workmentioning
confidence: 99%
“…We prototyped our approach in Vectorwise and loaded the TPC-H SF100 data using z-ordering [8] with the dimensions ORDERDATE, CUSTOMER NATION, SUPPLIER NATION and PART. With this prototype we executed the 22 TPC-H queries with and without Sandwich Operators.…”
Section: Tpc-h Benchmarkmentioning
confidence: 99%