Hacker News new | ask | show | jobs
by zyx321 3654 days ago
That might work, as long as you don't ever need to read the data you've just written (logging?).

Otherwise you'll end up serving stale data that might be several minutes out of date.

1 comments

Ah, longer caching is the factor with web I always forget after focusing on apps / games. Thanks for pointing it out.