UUIDs are Bad for Performance in MySQL – Is Postgres better? Let us Discuss



UUIDs are Bad for Performance in MySQL – Is Postgres better? Let us Discuss

UUIDs are Bad for Performance in MySQL - Is Postgres better? Let us Discuss

MySQL is clustered by default on the primary key which means inserts have to be ordered, let us discuss why UUID (random in nature) has bad performance in MySQL and whether postgres wins here. We will also explain why Sequential Writes are Faster than Random in MYSQL and

https://www.percona.com/blog/2019/11/22/uuids-are-popular-but-bad-for-performance-lets-discuss/

๐ŸŽ™๏ธListen to the Backend Engineering Podcast
https://husseinnasser.com/podcast

๐Ÿญ Backend Engineering Videos
https://backend.husseinnasser.com

๐Ÿ’พ Database Engineering Videos
https://www.youtube.com/playlist?list=PLQnljOFTspQXjD0HOzN7P2tgzu7scWpl2

๐Ÿฐ Load Balancing and Proxies Videos
https://www.youtube.com/playlist?list=PLQnljOFTspQVMeBmWI2AhxULWEeo7AaMC

๐Ÿ›๏ธ Software Archtiecture Videos
https://www.youtube.com/playlist?list=PLQnljOFTspQXNP6mQchJVP3S-3oKGEuw9

๐Ÿ“ฉ Messaging Systems
https://www.youtube.com/playlist?list=PLQnljOFTspQVcumYRWE2w9kVxxIXy_AMo

Become a Member
https://www.youtube.com/channel/UC_ML5xP23TOWKUcc-oAE_Eg/join

Support me on PayPal
https://bit.ly/33ENps4

Join our Thriving Backend Community on Discord
https://discord.com/invite/CsFbFce

Stay Awesome,
Hussein

Comments are closed.