Re: what happens to postmaster?

Поиск
Список
Период
Сортировка
От Dann Corbit
Тема Re: what happens to postmaster?
Дата
Msg-id 87F42982BF2B434F831FCEF4C45FC33E0C2006A5@EXCHANGE.corporate.connx.com
обсуждение исходный текст
Ответ на what happens to postmaster?  (zach cruise <zachc1980@gmail.com>)
Список pgsql-general
> -----Original Message-----
> From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-
> owner@postgresql.org] On Behalf Of zach cruise
> Sent: Tuesday, June 22, 2010 11:09 AM
> To: pgsql-general@postgresql.org
> Subject: [GENERAL] 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
PostgreSQLis 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


В списке pgsql-general по дате отправления:

Предыдущее
От: zach cruise
Дата:
Сообщение: what happens to postmaster?
Следующее
От: Bill Moran
Дата:
Сообщение: Re: what happens to postmaster?