Search Postgresql Archives

synchronous_commit and mvcc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

We have synchronous_commit=off in our postgresql.conf file.  Does this setting affect mvcc?  For instance if I have two connections from processes on different machines that do the following:

c1 begins transaction
c1 inserts rows into table
c1 commits transaction
c2 begins transaction
c2 queries table

At this point, is it possible that c2 is not able to see the rows from connection 1 that were inserted and committed prior to the c2 transaction starting?

Thanks,

-K

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux