Re: Why so much time difference with a same query/plan?

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Why so much time difference with a same query/plan?
Дата
Msg-id 20041231061042.GA17555@wolff.to
обсуждение исходный текст
Ответ на Re: Why so much time difference with a same query/plan?  (Karl Vogel <karl.vogel@telenet.be>)
Список pgsql-performance
On Sun, Dec 26, 2004 at 13:30:15 +0100,
  Karl Vogel <karl.vogel@telenet.be> wrote:
>
> This depends on the version of Oracle you're using. Oracle 9i
> introduced Index Skip Scans:
>
>  http://www.oracle.com/technology//products/oracle9i/daily/apr22.html
>
> I don't know whether pg has something similar?

Postgres doesn't currently do this. There was some discussion about this
not too long ago, but I don't think anyone indicated that they were going to
work on it for 8.1.

Postgres can use the leading part of a multikey index to start a scan,
but it will just do a normal index scan with a filter.

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

Предыдущее
От: "Vishal Kashyap @ [SaiHertz]"
Дата:
Сообщение: Optimization while compiling
Следующее
От: amrit@health2.moph.go.th
Дата:
Сообщение: Low Performance for big hospital server ..