On the Scalability of Multidimensional Databases
Istv\'an Sz\'epk\'uti

TL;DR
This paper investigates the scalability of multidimensional databases, demonstrating that compression techniques can make them more space-efficient and faster than relational databases in certain scenarios.
Contribution
It compares various compression methods for multidimensional databases and identifies conditions where compressed arrays outperform relational tables.
Findings
Compressed multidimensional databases can be smaller than relational tables with B-tree indices.
Compression techniques significantly improve the scalability and retrieval speed of multidimensional databases.
Guidelines are provided on when to use compressed arrays over relational tables.
Abstract
It is commonly accepted in the practice of on-line analytical processing of databases that the multidimensional database organization is less scalable than the relational one. It is easy to see that the size of the multidimensional organization may increase very quickly. For example, if we introduce one additional dimension, then the total number of possible cells will be at least doubled. However, this reasoning does not takethe fact into account that the multidimensional organization can be compressed. There are compression techniques, which can remove all or at least a part of the empty cells from the multidimensional organization, while maintaining a good retrieval performance. Relational databases often use B-tree indices to speed up the access to given rows of tables. It can be proven, under some reasonable assumptions, that the total size of the table and the B-tree index is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Database Systems and Queries · Data Management and Algorithms · Algorithms and Data Compression
