22nd International Conference on Data Engineering (ICDE'06) 2006
DOI: 10.1109/icde.2006.67
|View full text |Cite
|
Sign up to set email alerts
|

Extending RDBMSs To Support Sparse Datasets Using An Interpreted Attribute Storage Format

Abstract: Sparse" data, in which relations have many attributes that are null for most tuples, presents a challenge for relational database management systems. If one uses the normal "horizontal" schema to store such data sets in any of the three leading commercial RDBMS, the result is tables that occupy vast amounts of storage, most of which is devoted to nulls. If one attempts to avoid this storage blowup by using a "vertical" schema, the storage utilization is indeed better, but query performance is orders of magnitu… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
63
0

Year Published

2010
2010
2019
2019

Publication Types

Select...
6
2

Relationship

0
8

Authors

Journals

citations
Cited by 72 publications
(64 citation statements)
references
References 11 publications
0
63
0
Order By: Relevance
“…Beckmann et al [5] proposed a modification of physical layer (termed as interpreted attribute storage format) of row oriented RDBMS. It replaced the fixed length tuple by variable length tuple storing non-null attribute-value pairs and associated length.…”
Section: Physical Level Modificationmentioning
confidence: 99%
See 2 more Smart Citations
“…Beckmann et al [5] proposed a modification of physical layer (termed as interpreted attribute storage format) of row oriented RDBMS. It replaced the fixed length tuple by variable length tuple storing non-null attribute-value pairs and associated length.…”
Section: Physical Level Modificationmentioning
confidence: 99%
“…In addition, NewSQL system [45] also favors to maintain ACID properties, which is inherently provided in RDBMS. However, NSM is expensive to evolve [3,5,[7][8][9][10], and is restricted up to a certain limit to avoid disk page overflow [46]. To attain the flexibility offered by NoSQL, we have adopted an approach similar to key-value approach (of NoSQL) i.e., EAV on RDBMS.…”
Section: Why Not Nosql?mentioning
confidence: 99%
See 1 more Smart Citation
“…Specifically, a 3-ary vertical scheme is developed with columns including tuple identifier, attribute name, and attribute value. Beckmann et al [8] extend the RDBMS attributes to handle the sparse data as interpreted fields. A prototype implementation in the existing RDBMS is evaluated to illustrate the advanced performance in dealing with sparse data.…”
Section: Related Workmentioning
confidence: 99%
“…The benchmarking system is a dual quad core 2.66GHz Intel Xeon PC, running Linux Gentoo OS, with 8 GB RAM memory, 6 MB cache memory, and a 2-disk 1Tbyte striped RAID array. We carried out our experiments using PostgreSQL 8.3, because it has been proved (see Beckmann et al in [44]) that it is significantly more efficient with respect to commercial database tools. Two different supply chains in the field of clothing production and distribution (namely Chain 20 and Chain 100 ) have been defined with 20 and 100 nodes, respectively.…”
Section: Experimental Evaluationmentioning
confidence: 99%