top | item 45660040

(no title)

pcdevils | 4 months ago

Pretty much how eventstoredb works. Deleting data fully only happens at scavenge which rewrites the data files.

discuss

order

hxtk|4 months ago

I think it was a joke. It sounds like you read it as append-only, like most LSM tree databases (not rewriting files in the course of write operations), but I think GP meant it as write-only to the exclusion of reads, roughly equivalent to `echo $data > /dev/null`