Hacker News new | ask | show | jobs
by badfrog 2309 days ago
"vote backlog" is an interesting metric. Does anybody know how the vote counting system works?
1 comments

I believe comments, posts, and votes are placed into a queue and later (seconds usually) committed to the database. They're not visible to the public until they're committed (but they make the UI act like it's already there for the poster themselves). Just a guess from my observations though.
Pretty standard pattern. Facebook does it as well.