[Pgcluster-general] technical question

Andreas Kostyrka andreas at kostyrka.org
Wed Jan 24 10:53:17 UTC 2007


Hi!

As pgcluster uses statement replications, I've wondered how it deals
with the usual problems of MVCC-based systems in relation to statement
replication?

E.g. How does it deal with multiple READ-COMMITED transaction? These
are strictly timing sensitive?

INSERT INTO history (_time, id, value) VALUES (now(), 10, (SELECT somevalue
FROM table WHERE id=10));

Andreas


More information about the Pgcluster-general mailing list