Y
Hacker News
new
|
ask
|
show
|
jobs
by
davgoldin
799 days ago
Congrats, looks like a lot of hard work!
Could I swap storage engine with own key value storage e.g. rocksdb or similar?
1 comments
zachmu
798 days ago
Yes, that's the idea. Writing a simple read only database back end is not too tough.
link
davgoldin
798 days ago
Why read only? What's stopping this engine from using (for example) FoundationDB as storage?
link
zachmu
798 days ago
Nothing, it's just quite a bit more complicated to implement a backend that supports writes.
link