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

Enhancements to SQL server column stores

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
28
0

Year Published

2014
2014
2020
2020

Publication Types

Select...
7
2

Relationship

0
9

Authors

Journals

citations
Cited by 43 publications
(30 citation statements)
references
References 7 publications
0
28
0
Order By: Relevance
“…[9,17,19,26,27]. It maps the value domain of one or more columns to a contiguous integer range [7,9,10,12,18,20]. This mapping replaces column values with unique integer codes and is stored in a separate data structure, the dictionary, which supports two access methods:…”
Section: Dictionaries In Column Storesmentioning
confidence: 99%
“…[9,17,19,26,27]. It maps the value domain of one or more columns to a contiguous integer range [7,9,10,12,18,20]. This mapping replaces column values with unique integer codes and is stored in a separate data structure, the dictionary, which supports two access methods:…”
Section: Dictionaries In Column Storesmentioning
confidence: 99%
“…Many DBMS that do not mention advanced NUMA capabilities, indirectly rely on the first-touch policy, e.g., Vectorwise [36], IBM DB2 BLU [30], and the column-store of Microsoft SQL Server [21].…”
Section: Related Workmentioning
confidence: 99%
“…The data of an uncompressed column can be stored sequentially in a vector in main-memory [14,18,21,23]. Compression techniques are typically employed to reduce the amount of consumed memory, and potentially speed up processing.…”
Section: Main-memory Column-storesmentioning
confidence: 99%
“…Recently, however, a few DBMSs have begun to realize substantial performance improvement by frugally keeping values encoded and performing query processing on the encoded values [1,7,10,15,18,22]. In the above-mentioned example, a predicate such as State = "California" can be applied on the encoded value as State = 000101.…”
Section: Introductionmentioning
confidence: 99%