filmov
tv
Avoid premature Database Sharding
Показать описание
Someone asked a question on Twitter and I thought it's interesting to answer it here in the show.
I have a 2 million row table used in my CRUD python app, I’m worried that as the table grows my inserts will slow down, should I consider sharding my database or partition the table? thank you
* inserts are fast, queries are slow 0:00
* inserts can be slow 3:00
* indexes/stored procedures
* selects, updates and deletes can be slow 12:00
* add proper indexes.
* simplicity wins, premature optimization is bad 15:20
* crazy things that people say as microservices day 1 scares me
🎙️Listen to the Backend Engineering Podcast
🏭 Backend Engineering Videos
💾 Database Engineering Videos
🏰 Load Balancing and Proxies Videos
🏛️ Software Archtiecture Videos
📩 Messaging Systems
Become a Member
Support me on PayPal
Stay Awesome,
Hussein
I have a 2 million row table used in my CRUD python app, I’m worried that as the table grows my inserts will slow down, should I consider sharding my database or partition the table? thank you
* inserts are fast, queries are slow 0:00
* inserts can be slow 3:00
* indexes/stored procedures
* selects, updates and deletes can be slow 12:00
* add proper indexes.
* simplicity wins, premature optimization is bad 15:20
* crazy things that people say as microservices day 1 scares me
🎙️Listen to the Backend Engineering Podcast
🏭 Backend Engineering Videos
💾 Database Engineering Videos
🏰 Load Balancing and Proxies Videos
🏛️ Software Archtiecture Videos
📩 Messaging Systems
Become a Member
Support me on PayPal
Stay Awesome,
Hussein
Avoid premature Database Sharding
What is Database Sharding?
When should you shard your database?
Best Practices Working with Billion-row Tables in Databases
Quick Tip #006: Scalability is Key!
Scaling PostgreSQL: How to never shard again
Database Sharding - Postgres example
To Shard or Not to Shard - MySQL Sharding - Peter Zaitsev - Percona Live 2016
Sharding Strategies | YugabyteDB Friday Tech Talks | Episode 3
Scaling PostgreSQL: Never Shard Again and Gain Effortless Scale
Demystifying Sharding in MongoDB
Demystifying Sharding in MongoDB
15 futuristic databases you’ve never heard of
To Shard or Not To Shard? That is the Question! - MySQL Sharding - Peter Zaitsev
SREcon19 Europe/Middle East/Africa - Zero-Downtime Rebalancing and Data Migration of a Mature...
'The hows and whys of a distributed SQL database' by Alex Robinson
How to Use the new JDBC 4.3 Sharding API for Massive OLTP Scaling
Sharding and Scaling PostgreSQL: Principles and Practice Webinar
Elasticsearch anti-patterns and bad practices to be aware of
Database decisions WRT Sharding and Container Registry
Sharding Talk at Blockchain @ Berkeley | Alex Skidanov | UC Berkeley
Sharding | The secret sauce behind keeping NoSQL DBs cheap
Scaling MongoDB: PRO TIPS for Sharding, Supercharged Indexing & Turbocharged Performance Isolati...
Easy MySQL Database Sharding with CUBRID SHARD - 2013 Percona
Комментарии