radbaserade
Radbaserade is a term used in computing, primarily in Swedish-language literature, to describe row-based data storage and processing. The word combines rad (row) and baserad (based). In practice, a radbaserad storage layout stores all fields of a row together, as opposed to kolumnbaserade (columnar) storage, where data for each column is stored contiguously. This distinction matters for performance characteristics and workload suitability.
In relational databases, radbaserad storage is typical of row-store architectures (row-oriented databases). Such systems excel at
Hybrid and multi-model databases may support both storage layouts or allow data to be stored in a
In summary, radbaserade describes a row-oriented approach to organizing data, contrasting with column-oriented designs. See also: