From 71a5edfd8ab77464712f93237c2339186ddbb6ae Mon Sep 17 00:00:00 2001 From: Benny Nguyen Date: Wed, 3 Jan 2018 10:14:06 +0800 Subject: [PATCH] Minor changes in titles --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 61d81e7..1101364 100644 --- a/README.md +++ b/README.md @@ -56,10 +56,8 @@ Contributions are always welcome! * [Datastructure Databases (Redis, Hazelcast)](http://highscalability.com/blog/2014/9/8/how-twitter-uses-redis-to-scale-105tb-ram-39mm-qps-10000-ins.html) * [RDBMS](https://www.mysql.com/products/cluster/scalability.html) * [Sharding at Pinterest](https://medium.com/@Pinterest_Engineering/sharding-pinterest-how-we-scaled-our-mysql-fleet-3f341e96ca6f) - * [Partitioning at AirBnB](https://medium.com/airbnb-engineering/how-we-partitioned-airbnb-s-main-database-in-two-weeks-55f7e006ff21) - * [Replication](http://basho.com/posts/technical/replication-is-the-key-for-scalability-high-availability/) - * [Denormalization at Facebook](http://highscalability.com/blog/2012/1/23/facebook-timeline-brought-to-you-by-the-power-of-denormaliza.html) - * [ORM + Rich Domain Model Antipattern](https://martinfowler.com/bliki/OrmHate.html) + * [How Airbnb Partitioned Main Database in Two Weeks](https://medium.com/airbnb-engineering/how-we-partitioned-airbnb-s-main-database-in-two-weeks-55f7e006ff21) + * [Replication is the Key for Scalability & High Availability](http://basho.com/posts/technical/replication-is-the-key-for-scalability-high-availability/) * [How Twitch uses PostgreSQL](https://blog.twitch.tv/how-twitch-uses-postgresql-c34aa9e56f58) * [HTTP Caching](https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching) * [Reverse Proxy (Nginx, Varnish, Squid, rack-cache)](https://www.mertech.com/overview-reverse-proxying/)