Re: optimizing large query with IN (...)

Поиск
Список
Период
Сортировка
От Eric Jain
Тема Re: optimizing large query with IN (...)
Дата
Msg-id 001401c40677$9723fed0$c300000a@caliente
обсуждение исходный текст
Ответ на optimizing large query with IN (...)  ("Marcus Andree S. Magalhaes" <marcus.magalhaes@vlinfo.com.br>)
Ответы Re: optimizing large query with IN (...)  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-performance
> UPDATE table SET table.par = table.par + 1
> WHERE table.key IN ('value1', 'value2', ... , 'value1200' )

How fast is the query alone, i.e.

  SELECT * FROM table
  WHERE table.key IN ('value1', 'value2', ... , 'value1200' )


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

Предыдущее
От: "Marcus Andree S. Magalhaes"
Дата:
Сообщение: optimizing large query with IN (...)
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: optimizing large query with IN (...)