mirror of
https://github.com/binhnguyennus/awesome-scalability.git
synced 2025-01-05 20:30:49 -05:00
Venice: Distributed Key-Value Database at Linkedin
This commit is contained in:
parent
28b6a13567
commit
d485d581fb
@ -6,10 +6,10 @@ An updated and curated list of selected readings to illustrate High Scalability,
|
||||
> Understand your problems: performance problem (slow for a single user) or scalability problem (fast for a single user but slow under heavy load) by reviewing [design principles](#principles). You can also check some [talks](#talks) of elite engineers from tech giants to see how they build and scale their systems.
|
||||
|
||||
#### What if your Back-end went down :construction:
|
||||
> "Even if you lose all one day, you can build all over again if you retain your calm!" - Thuan Pham, CTO at Uber Technologies Inc.
|
||||
> "Even if you lose all one day, you can build all over again if you retain your calm!" - Thuan Pham, Vietnamese refugee, CTO of Uber Technologies Inc.
|
||||
|
||||
#### For you, CTO of the next Uber, who will conquer this world soon :rocket:
|
||||
> Checking those [interview notes](#interview) and [architectures with diagrams](#architectures) to get a comprehensive view. Before designing your system on whiteboard, you must understand thoroughly fundamental building blocks (IPC, OSI, TCP/IP, DLM, etc). It is even better to take a course on Distributed Systems or Distributed Computing. Good luck!
|
||||
#### For you, who is struggling through dark days :ocean:
|
||||
> Checking those [interview notes](#interview) and [architectures with diagrams](#architectures) to get a comprehensive view. Before designing your system on whiteboard, you must understand thoroughly fundamental building blocks (IPC, OSI, TCP/IP, DLM, etc). It is even better to take a course on Distributed Systems or Distributed Computing. Be brave and Keep fighting :fist: Good luck :four_leaf_clover:
|
||||
|
||||
#### Community Power :mountain_cableway::aerial_tramway::mountain_cableway:
|
||||
|
||||
@ -232,6 +232,7 @@ An updated and curated list of selected readings to illustrate High Scalability,
|
||||
* [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)
|
||||
* [Venice: Distributed Key-Value Database at Linkedin](https://engineering.linkedin.com/blog/2017/02/building-venice-with-apache-helix)
|
||||
* [Column Databases (Cassandra, HBase)](https://aws.amazon.com/nosql/columnar/)
|
||||
* [Consistent Hashing in Cassandra](https://blog.imaginea.com/consistent-hashing-in-cassandra/)
|
||||
* [Understanding Gossip (Cassandra Internals)](https://www.youtube.com/watch?v=FuP1Fvrv6ZQ)
|
||||
|
Loading…
Reference in New Issue
Block a user