mrk
mrk

Reputation: 3191

File organization and manipulation in DB Systems

What are the C functions that allow to load blocks of records into RAM buffers, read/write records from/to blocks, and write blocks to disk?

Upvotes: 0

Views: 148

Answers (1)

user405725
user405725

Reputation:

Here is a list of fundamental system calls:

The rest, if anything, is most likely to be built on top of it.

Upvotes: 1

Related Questions