daydreamer
daydreamer

Reputation: 91949

How database records are stored on disk?

If I have a databases with multiple tables, how are they stored on the disk?

Who decides the most efficient way of storing them?

any relevant/text/article?

Upvotes: 2

Views: 1441

Answers (1)

Pablo Santa Cruz
Pablo Santa Cruz

Reputation: 181270

They are completely and 100% database vendor dependent. Each DB decides what's the best option to store data on disk.

There are a lot of 80's paper that talk about it. Search them in scholar.google.com.

Upvotes: 3

Related Questions