Don Barthel dbarthel at usedeverywhere.com
Fri Apr 13 07:48:43 PDT 2007
Hi, I use slony to make a replication copy to run queries against to
offload those from the main database for performance purposes.

I would like to optimize even further by periodically removing records
from the copy without removing them from the main database.

Will I upset slony if I do this?

My main concern is that if I delete from the copy and then later that
record is deleted from the main database, will slony handle the error
gracefully when the DELETE FROM command comes through?

Thanks in advance!

I run Postgres 8.0 with Slony 1.1.5


More information about the Slony1-general mailing list