github.com/fjall-rs/fja...
github.com/fjall-rs/fja...
Journal compression uses more CPU, but because less data is transferred to OS and disk, it can actually be faster.
Journal compression uses more CPU, but because less data is transferred to OS and disk, it can actually be faster.
Most, if not all data, fits into RAM here. Would be interesting to benchmark 100s of GBs.
But I found redb to be slower (sometimes much slower) than LMDB, pretty much always.
Most, if not all data, fits into RAM here. Would be interesting to benchmark 100s of GBs.
But I found redb to be slower (sometimes much slower) than LMDB, pretty much always.
ReDB uses 4x more disk space, and writes 6x slower. Interestingly, it's also ~5x slower in point reads - I think ReDB is not handling large values well; haven't read too much into its implementation.
ReDB uses 4x more disk space, and writes 6x slower. Interestingly, it's also ~5x slower in point reads - I think ReDB is not handling large values well; haven't read too much into its implementation.
I wanted to expand it to a 1-hour run but it crashed because of a bug in the workload (I think), in the middle of the night.
I wanted to expand it to a 1-hour run but it crashed because of a bug in the workload (I think), in the middle of the night.