|
|
|
|
|
by convolvatron
676 days ago
|
|
I've recently been playing with the logical replication protocol, and it enables all kinds of interesting usages. one really cool thing is that you see the transactional boundaries, so not only can you write a cache, you can do so in a way thats internally consistent. its also inherently much nicer than listen/notify, since you don't have to go back and figure out what data was associated with the event |
|