|
|
|
|
|
by graffitici
3625 days ago
|
|
I wish the OP had also drawn a comparison between Postgres and Cassandra (which he mentions early on). Based on the schema he writes at the beginning, it looks as though he works mostly with time-series. My understanding is that Cassandra is particularly well-suited for these types of workloads (definitely more so than MongoDB?). If the write throughput is such that a single server can handle it, how would Postgres compare with Cassandra? What are the distinctions in read-latencies? Storage space? Perhaps for the next article..? |
|
https://pragprog.com/book/rwdata/seven-databases-in-seven-we...