HackerTrans
TopNewTrendsCommentsPastAskShowJobs

justnoise

no profile record

comments

justnoise
·3 mesi fa·discuss
Many data centers use evaporative cooling.
justnoise
·2 anni fa·discuss
I'd guess that Discord's storage systems lean towards processing a lot more writes than reads. Postgres and other databases that use B-tree indexing are ideally suited for read heavy workloads. LSM based databases like Cassandra/Scylla are designed for write intensive workloads and have very good horizontal scaling properties built into the system.