HackerTrans
TopNewTrendsCommentsPastAskShowJobs

justnoise

no profile record

comments

justnoise
·قبل 3 أشهر·discuss
Many data centers use evaporative cooling.
justnoise
·قبل سنتين·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.