Re: index on custom function; explain

Поиск
Список
Период
Сортировка
От Jan Aerts
Тема Re: index on custom function; explain
Дата
Msg-id 1128420628.326795.158780@g47g2000cwa.googlegroups.com
обсуждение исходный текст
Ответы Re: index on custom function; explain  (Andrew McMillan <andrew@catalyst.net.nz>)
Список pgsql-performance
Some additional thoughts: what appears to take the most time (i.e.
account for the highest cost in the explain), is _not_ running the
function itself (cost=0.00..0.01), but comparing the result from that
function with the name1 column in the mappings table
(cost=0.00..35935.05). Am I right? (See EXPLAIN in previous post.) If
so: that's pretty strange, because the name1-column in the mappings
table is indexed...

jan.


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

Предыдущее
От: Gregory Maxwell
Дата:
Сообщение: Re: [HACKERS] A Better External Sort?
Следующее
От: "Dann Corbit"
Дата:
Сообщение: Re: [HACKERS] A Better External Sort?