|
|
|
|
|
by epistasis
165 days ago
|
|
> There are several ways to organize immutable data durably that meet these requirements, the simplest of which is an append-only log. This is also a fairly good way to handle large amounts of data with maximum performance on spinning rust, and at the heart of systems like Kafka. I had assumed that the story would be very different with SSDs, so it's surprising to see append only logs show up again. |
|