Re: Odd new symptom - database locking up on a query

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Odd new symptom - database locking up on a query
Дата
Msg-id 791.1026186336@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Odd new symptom - database locking up on a query  ("Nigel J. Andrews" <nandrews@investsystems.co.uk>)
Список pgsql-general
"Nigel J. Andrews" <nandrews@investsystems.co.uk> writes:
> could you restate whether an index built with the order b,a would be a good
> candidate for use in a query using a where clause of b = x AND a IN (long
> list) please?

Such an index would only be matched to the b = x clause.

If you can think of a way to improve that without materially increasing
the search time in indxpath.c, I'm all ears...

            regards, tom lane



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [INTERFACES] pgaccess problems
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Bug in 7.2.1? -- ERROR: Adding columns with defaults is not implemented.