Re: using NOLOCK cause Cartesian joins

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: using NOLOCK cause Cartesian joins
Дата
Msg-id 87k765pcp8.fsf@stark.dyndns.tv
обсуждение исходный текст
Ответ на using NOLOCK cause Cartesian joins  ("Roger Gordon" <Roger@emojo.com>)
Список pgsql-general
"Roger Gordon" <Roger@emojo.com> writes:

> When we use WITH (NOLOCK) at the end of table list in a SELECT query, a
> Cartesian join is returned (i.e. approximately  6,500 records instead of
> 57, which is distressing.

You'll have to post an actual query and output, preferably with an "explain
analyze" before anyone can help much. I certainly don't see this problem.

--
greg

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

Предыдущее
От: Christopher Murtagh
Дата:
Сообщение: pl/perl function life and variable scope - concurrency problem?
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: using NOLOCK cause Cartesian joins