Get startedGet started for free

Row-oriented storage properties

Databases store data in two main formats, row-oriented storage, and column-oriented storage. Postgres inherently uses row-oriented storage.

Choose the statements that correctly explain the properties of row-oriented storage in a database.

This exercise is part of the course

Improving Query Performance in PostgreSQL

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise