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

Column imprints

Abstract: Large scale data warehouses rely heavily on secondary indexes, such as bitmaps and b-trees, to limit access to slow IO devices. However, with the advent of large main memory systems, cache conscious secondary indexes are needed to improve also the transfer bandwidth between memory and cpu. In this paper, we introduce column imprint, a simple but efficient cache conscious secondary index. A column imprint is a collection of many small bit vectors, each indexing the data points of a single cacheline. An imprint … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
12
0

Year Published

2015
2015
2023
2023

Publication Types

Select...
4
2
1

Relationship

1
6

Authors

Journals

citations
Cited by 52 publications
(12 citation statements)
references
References 22 publications
0
12
0
Order By: Relevance
“…To evaluate the performance of the vectorized version of imprints, we used a subset of the collection of datasets as in the original paper of Column Imprints [7]. e data sets consist of 6,476 di erent columns, with a maximum number of records of 600 millions, and contain integer and decimal types of various length.…”
Section: Methodsmentioning
confidence: 99%
See 3 more Smart Citations
“…To evaluate the performance of the vectorized version of imprints, we used a subset of the collection of datasets as in the original paper of Column Imprints [7]. e data sets consist of 6,476 di erent columns, with a maximum number of records of 600 millions, and contain integer and decimal types of various length.…”
Section: Methodsmentioning
confidence: 99%
“…For a complete presentation of Column Imprints and a detailed explanation of each algorithm we refer the reader to [7].…”
Section: Column Imprintsmentioning
confidence: 99%
See 2 more Smart Citations
“…a column-store database kernel, (b.) CPU-tuned and automatically parallelized query execution architecture, (c.) a novel indexing strategy called Imprints [14], that creates index structures on-the-fly when the columns are queried, (d.) completely modifiable and extendable system thanks to the liberal open-source license, (e.) run time query optimization, (f.) a modular software architecture, (g.) a basis on the SQL 2003 standard with full support for foreign keys, joins, views, triggers and stored procedures, and (h.) being a fully ACID compliant system that supports a rich spectrum of programming interfaces (JDBC, ODBC, PHP, Python, RoR, C/C++, Perl).…”
Section: Monetdbmentioning
confidence: 99%