Table of Contents

About

A row store format is when the data of a relation are stored by row (as opposed than by column (column store).

It means than when you want to read only one column, you need to read the whole row and to filter the data on it.