Hi,
This doesn't necessaryily apply to pgsql, but, her goes anyway.
If I have a table and I begin a transaction and add 1000 records before committing. During this time, a second user accesses the same table. Will they see any of the records that I'm adding? Or will the records not show up until the commit is performed?
This doesn't necessaryily apply to pgsql, but, her goes anyway.
If I have a table and I begin a transaction and add 1000 records before committing. During this time, a second user accesses the same table. Will they see any of the records that I'm adding? Or will the records not show up until the commit is performed?