Re: performance question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: performance question
Дата
Msg-id 1276.963513556@sss.pgh.pa.us
обсуждение исходный текст
Ответ на performance question  (ernie cline <ernie.cline@ipgdirect.com>)
Список pgsql-general
ernie cline <ernie.cline@ipgdirect.com> writes:
> 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?

SELECTs certainly don't block each other (except the SELECT FOR UPDATE
variety).

> We are experiencing some performance
> problems when running 2 programs that access the database at once (only
> doing querys, and not even complex ones).

Need more detail ...

            regards, tom lane

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

Предыдущее
От: "Peter Mount"
Дата:
Сообщение: Re: pgdump & blob
Следующее
От: Manuel Sugawara
Дата:
Сообщение: Re: performance question