Sat Dec 4 10:38:50 PST 2010
- Previous message: [Slony1-hackers] Brainstorming Results
- Next message: [Slony1-hackers] Brainstorming Results
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 2010-12-03 at 12:26 -0500, Christopher Browne wrote: > === Commit timestamps === > * per Jan Wieck > * Requires PostgreSQL extension > * Eliminates need for periodic generation of SYNC events > * Simplifies queries for searching for sl_log_* data > * Enables carryover of commit times to subscribers It should be possible to do this using LISTEN/NOTIFY. Now we can pass a payload with the NOTIFY, we just need to pass the transaction id. That can be handled automatically by trigger. What we need is commit order, not commit timestamp, yes? NOTIFY happens in commit sequence. It doesn't provide the commit timestamp, but perhaps that can be provided by the LISTENer, if you really need it. -- Simon Riggs http://www.2ndQuadrant.com/books/ PostgreSQL Development, 24x7 Support, Training and Services
- Previous message: [Slony1-hackers] Brainstorming Results
- Next message: [Slony1-hackers] Brainstorming Results
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-hackers mailing list