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

A decomposition storage model

Abstract: This report examines the relative advantages of a storage model based on decomposition (of community view relations into binary relations containing a surrogate and one attribute) over conventional n-ary storage models

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
133
0
1

Year Published

1990
1990
2019
2019

Publication Types

Select...
6
2
1

Relationship

0
9

Authors

Journals

citations
Cited by 272 publications
(138 citation statements)
references
References 23 publications
0
133
0
1
Order By: Relevance
“…Storage models for managing complex objects can be classified into three types [COP85,KHO88] including direct storage model (DSM), normalized storage model (NSM), and fully decomposed storage model (FDSM). DSM stores an entire object as a whole allowing fast retrieval of the object via object identifier, but does not support queries based on some key values and is not suitable for representing shared objects.…”
Section: Physical Database Access Methods For Multimedia Datamentioning
confidence: 99%
“…Storage models for managing complex objects can be classified into three types [COP85,KHO88] including direct storage model (DSM), normalized storage model (NSM), and fully decomposed storage model (FDSM). DSM stores an entire object as a whole allowing fast retrieval of the object via object identifier, but does not support queries based on some key values and is not suitable for representing shared objects.…”
Section: Physical Database Access Methods For Multimedia Datamentioning
confidence: 99%
“…In this paper, we study (partial) decomposition of database tables to reduce bandwidth waste through suboptimal co-location of relation attributes. Full decomposition, i.e., storage using the DSM [12] yields significant bandwidth savings for analytical applications on disk-resident databases. Unfortunately, full decomposition has a negative impact on intra-tuple cache locality and therefore transaction processing performance [1].…”
Section: B Cache Efficient Storagementioning
confidence: 99%
“…Using this model, data is processed column-at-a-time which is CPU efficient but only cache efficient on data that is stored according to the Decomposed Storage Model (DSM) [12]. The DSM is known for its good OLAP performance but suffers from bad OLTP performance due to poor cache efficiency when (partially) reconstructing tuples.…”
Section: Introductionmentioning
confidence: 99%
“…MonetDB 1 is a main-memory database system targeted at query-intensive applications [Bon02] that uses a vertically fragmented storage scheme called the Decomposition Storage Model (DSM) [CK85]. In DSM, each tuple gets a unique system-generated oid that is typically densely ascending (0,1,2,...), and for each column a DSM table is created that holds [oid,value] pairs.…”
Section: Ram Vs Disk Optimizationmentioning
confidence: 99%