Thu Jul 27 08:30:48 PDT 2006
- Previous message: [Slony1-general] Slony-I implementation problem
- Next message: [Slony1-general] delete behavior
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Everyone, Has any thought had gone into improving performance with large table deletes? Let me explain our daily operation: 1) Run throughout the day accumulating data in several tables that are replicated for disaster recovery. 2) After the system shuts down, the data is archived. 3) The tables are then cleared out, i.e. delete from table; Currently, because of delete being triggered on each row, you end up with a ton of individual row deletes that need to propagate. Is there any way to detect a large group of deletes from the sl_log tables and possibly propagate the delete with a range? Thanks! --Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: http://gborg.postgresql.org/pipermail/slony1-general/attachments/20060727/ce9a2a44/attachment.html
- Previous message: [Slony1-general] Slony-I implementation problem
- Next message: [Slony1-general] delete behavior
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list