Hacker News new | ask | show | jobs
by ketralnis 3312 days ago
Cassandra as it's often used can imply eventual consistency (e.g. counter incrs with CL.ONE) but "eventual" in this case would be in the range of 10's of ms

That said, reddit's upvote counters in particular are stored in Postgres, not Cassandra