Hacker News new | ask | show | jobs
by zapov 3410 days ago
The great thing with LISTEN/NOTIFY is they work inside transaction boundry. This way you can get correct cache invalidation inside inside multiple table changes really easy. But if you cant use transactions that doesnt seem helpful.
1 comments

That is really interesting - thanks.