Sunt-ing / database-system-readings

:yum: A curated reading list about database systems
MIT License
466 stars 31 forks source link

Anna: A KVS For Any Scale #68

Open Sunt-ing opened 2 years ago

Sunt-ing commented 2 years ago

http://db.cs.berkeley.edu/jmh/papers/anna_ieee18.pdf http://www.vldb.org/pvldb/vol12/p624-wu.pdf https://link.springer.com/article/10.1007%2Fs00778-020-00632-7

ref:

Comment from Andy Pavlo: "One the most scalable distributed key-value stores (Anna). The core is idea to have a single codebase that can elastically scale from single socket machines to thousands of nodes."

There are plenty of materials you may find on the Internet.