DEV Community

Discussion on: Build Relational Databases Like A Pro (MySQL, PostgreSQL, etc.)

Collapse
 
longwater1234 profile image
Davis Tibbz

I mean there is a reason why YouTube, Paypal, Netflix are using MySQL. Instagram uses PostgreSQL

Collapse
 
belkheir profile image
Mahamed Belkheir

yep, usually multiple different databases are used at that scale, discord getting millions of DB writes a second made them choose use Mongo initially, then even that did not cope with the amount of writes they were getting, they then migrated to Cassandra, and eventually Scylla as their messages DB

Collapse
 
ishakmohmed profile image
Mohmed Ishak

Yeah, relationally DBs force you to be extremely organized when designing them.