5 ms·
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
by zapov 10y 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.
- vosper 10y agoThat is really interesting - thanks.