We propose a new storage model called MBSM (Multi-resolution Block Storage Model) for laying out tables on disks. MBSM is intended to speed up operations such as scans that are typical of data warehouse workloads. Disk blocks are grouped into "super-blocks", with a single record stored in a partitioned fashion among the blocks in a super-block. The intention is that a scan operation that needs to consult only a small number of attributes can access just those blocks of each super-block that contain the desired attributes. To achieve good performance given the physical characteristics of modern disks, we organize super-blocks on the disk into fixed-size "mega-blocks". Within a mega-block, blocks of the same type (from various super-blocks) a...
In the past decade, the exponential growth in commodity CPUs speed has far outpaced advances in memo...
Database systems have long been optimized to hide the higher latency of storage media, yielding comp...
As the speed of microprocessors increases according to Moore's law, access speeds of the main memory...
We propose a new storage model called MBSM (Multiresolution Block Storage Model) for laying out tabl...
Designers of database management systems (DBMS) have traditionally focussed on alleviating the disk ...
Relational database systems have traditionally optimized for I/O performance and organized records s...
Relational database systems have traditionally optimzed for I/O performance and organized records se...
This paper introduces Partition Attributes Across (PAX), a new layout for data records that combines...
In the past decade, advances in speed of commodity CPUs have far out-paced advances in memory latenc...
High disk bandwidth in data-intensive applications is usually achieved with expensive hardware solu...
Database Management Systems and K/V-Stores operate on updatable datasets -- massively exceeding the ...
Comparisons between the merits of row-wise storage (NSM) and columnar storage (DSM) are typically m...
In the past decade, advances in speed of commodity CPUs have far out-paced advances in memory latenc...
Database storage managers have long been able to efficiently handle multiple concurrent requests. Un...
Because of the slow access time of disk storage, storage management is crucial to the performance of...
In the past decade, the exponential growth in commodity CPUs speed has far outpaced advances in memo...
Database systems have long been optimized to hide the higher latency of storage media, yielding comp...
As the speed of microprocessors increases according to Moore's law, access speeds of the main memory...
We propose a new storage model called MBSM (Multiresolution Block Storage Model) for laying out tabl...
Designers of database management systems (DBMS) have traditionally focussed on alleviating the disk ...
Relational database systems have traditionally optimized for I/O performance and organized records s...
Relational database systems have traditionally optimzed for I/O performance and organized records se...
This paper introduces Partition Attributes Across (PAX), a new layout for data records that combines...
In the past decade, advances in speed of commodity CPUs have far out-paced advances in memory latenc...
High disk bandwidth in data-intensive applications is usually achieved with expensive hardware solu...
Database Management Systems and K/V-Stores operate on updatable datasets -- massively exceeding the ...
Comparisons between the merits of row-wise storage (NSM) and columnar storage (DSM) are typically m...
In the past decade, advances in speed of commodity CPUs have far out-paced advances in memory latenc...
Database storage managers have long been able to efficiently handle multiple concurrent requests. Un...
Because of the slow access time of disk storage, storage management is crucial to the performance of...
In the past decade, the exponential growth in commodity CPUs speed has far outpaced advances in memo...
Database systems have long been optimized to hide the higher latency of storage media, yielding comp...
As the speed of microprocessors increases according to Moore's law, access speeds of the main memory...