Design Review: Key-Value Storage
mozilla.github.io
Design Review: Key-Value Storage
1–10 of 90 posts
Re: Design Review: Key-Value Storage
#2Re: Design Review: Key-Value Storage
#3Seems like an instance of reinventing the wheel ...
"We propose ‘buying’, not building, the core of such a solution, and wrapping it in idiomatic libraries that we can use on all platforms.
We propose that LMDB is a suitable core (see Appendix A for options considered): it is compact (32KB of object code), well-tested, professionally maintained, reliable, portable, scales well, and is exceptionally fast for our kinds of load. We have engineers at Mozilla with prior experience with LMDB, and their feedback is entirely positive."
Re: Design Review: Key-Value Storage
#4Seems like an instance of reinventing the wheel ...
Re: Design Review: Key-Value Storage
#5ducks
Re: Design Review: Key-Value Storage
#6Re: Design Review: Key-Value Storage
#7I'm really surprised LSM trees didn't get more commentary. 'All are targeted at server workloads' - sure, but they're also incredibly popular and appear to be as close to the 'one-size-fits-all solution for storage' as we've found.
Re: Design Review: Key-Value Storage
#8Bring back Mork! ducks
Disclaimer: I'm one of the last people to make functional changes to mork.