An append-only sequence of records. The simplest and fastest way to write data.
Sorted String Tables. Immutable on-disk files where keys are sorted, merged in the background.
The industry standard for storage. Fixed-size pages on disk updated in place using a wide tree structure.
Logs are just for error text.