Migrating Etsy’s database sharding to Vitess (from Etsy Code as Craft)
pEtsy has maintained a sharded MySQL architecture since around 2010. This database cluster contains most of Etsy’s online data and is made up of ~1,000 tables distributed across ~1,000 shards. Over the last 16 years, it has grown significantly: combined, these tables have over 425 TB of data and receive roughly 1.7 million requests per second. /p
pEtsy engineers access our MySQL data through a prop
[...]