Differences in storage of database records between row-store and column-store DBMSs. Row-store systems contiguously store each complete record on the disk, whereas column values are grouped together in case of column-store systems.