DBMS Architecture Research
Advertisement

In the N-ary storage model (NSM), all records in a DB relation are stored together. Assuming the relation is N-ary, the storage is a sequence of N-tuples.. In table parlance: Table data is stored row-by-row (with N being the number of table columns).

The alternative to NSM is the DSM, the Decomposition Storage Model, also known as column storage.

Advertisement