From 50b6ba81a84b1b00a5355c2cf08d468a89d158c7 Mon Sep 17 00:00:00 2001 From: Benny Nguyen Date: Thu, 8 Feb 2018 18:01:53 +0800 Subject: [PATCH] zBase: High Performance, Elastic, Distributed Key-Value Store at Zynga --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f93ae5..168603f 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ A curated list of selected readings to illustrate Scalability, Availability, and * [Sherpa: Yahoo’s distributed NoSQL key-value store](https://yahooeng.tumblr.com/post/120730204806/sherpa-scales-new-heights) * [Riak inside Chat Service Architecture at Riot Games](https://engineering.riotgames.com/news/chat-service-architecture-persistence) * [MPH: Fast and Compact Immutable Key-Value Stores at Indeed](http://engineering.indeedblog.com/blog/2018/02/indeed-mph/) + * [zBase: High Performance, Elastic, Distributed Key-Value Store at Zynga](https://www.zynga.com/blogs/engineering/zbase-high-performance-elastic-distributed-key-value-store-2) * [Column Databases (Cassandra, HBase, Vertica, Sybase IQ)](https://aws.amazon.com/nosql/columnar/) * [Consistent Hashing in Cassandra](https://blog.imaginea.com/consistent-hashing-in-cassandra/) * [When NOT to use Cassandra?](https://stackoverflow.com/questions/2634955/when-not-to-use-cassandra)