Re: Full text search - query plan? PG 8.4.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Full text search - query plan? PG 8.4.1
Дата
Msg-id 10380.1256578261@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Full text search - query plan? PG 8.4.1  (Jesper Krogh <jesper@krogh.cc>)
Список pgsql-performance
Jesper Krogh <jesper@krogh.cc> writes:
> According to the documentation the default cost is 1 for builin
> functions and 100 for others, is this true for the ts-stuff also?

Yeah.  There was some recent discussion of pushing up the default cost
for some of these obviously-not-so-cheap functions, but nothing's been
done yet.

> Can I query the database for the cost of the functions?

See pg_proc.

            regards, tom lane

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

Предыдущее
От: Jesper Krogh
Дата:
Сообщение: Re: Full text search - query plan? PG 8.4.1
Следующее
От: Tom Lane
Дата:
Сообщение: Re: query planning different in plpgsql?