Hacker News new | ask | show | jobs
by dvdplm 3116 days ago
What does Sandglass use for persistence? Is it using something like Rocksdb under the hood or is the WAL and VL "homegrown"?
1 comments

It seems like it uses rocksdb for persistance.

https://github.com/celrenheit/sandglass/blob/dev/storage/roc...