Search Postgresql Archives

Re: what happens to postmaster?

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

 



> -----Original Message-----
> From: pgsql-general-owner@xxxxxxxxxxxxxx [mailto:pgsql-general-
> owner@xxxxxxxxxxxxxx] On Behalf Of zach cruise
> Sent: Tuesday, June 22, 2010 11:09 AM
> To: pgsql-general@xxxxxxxxxxxxxx
> Subject:  what happens to postmaster?
> 
> ...when i am importing a table (from oracle, or updating it), and a
> user queries that same table?
> 
> is it ok to be concerned about corruption etc.
> 
> using 8.1.

This is a relational database.  All those things are handled automatically.  The whole idea of a multi-user DBMS like PostgreSQL is that you can have concurrent access.

PostgreSQL uses MVCC.  Here is an article that explains how it works.  If you read it perhaps you will feel more comfortable:
http://en.wikipedia.org/wiki/Multiversion_concurrency_control


-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



[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