Re: performance question

Поиск
Список
Период
Сортировка
От Manuel Sugawara
Тема Re: performance question
Дата
Msg-id m38zv5rfow.fsf@dep1.fciencias.unam.mx
обсуждение исходный текст
Ответ на performance question  (ernie cline <ernie.cline@ipgdirect.com>)
Список pgsql-general
ernie cline <ernie.cline@ipgdirect.com> writes:

> Hello all,
> Quick question.  I am using postgres 7.0.  When running a select query,
> does postgres lock the row (or table) while doing a select?  Only on an
> insert/update/delete, right?  We are experiencing some performance

Each SELECT is done inside a transaction. Otherwise you cannot ensure
consistent snapshots.

Manuel.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: performance question
Следующее
От: Joseph Shraibman
Дата:
Сообщение: Re: select for update not locking properly.