HackerTrans
TopNewTrendsCommentsPastAskShowJobs

justnoise

no profile record

comments

justnoise
·3 bulan yang lalu·discuss
Many data centers use evaporative cooling.
justnoise
·2 tahun yang lalu·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.