← Back to context

Comment by dmurray

2 years ago

No mention of how it performs when you need random access (seek) into files. Perhaps it underperforms the file system at that?

Probably because you wouldn't seek into a database row?

I guess querying by PK has some similarities but it is not as unstructured and random as a seek.

Also side effects such as sparse files do not mean much from a database interface standpoint.