Index not used when using a function

Поиск
Список
Период
Сортировка
От Nick
Тема Index not used when using a function
Дата
Msg-id 45d619f5-7dec-416d-90d8-04849b10367f@a6g2000yqm.googlegroups.com
обсуждение исходный текст
Ответы Re: Index not used when using a function  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
SELECT * FROM locations WHERE id = 12345 LIMIT 1

uses the primary key (id) index, but...

SELECT * FROM locations WHERE id = get_location_id_from_ip(641923892)
LIMIT 1

does not and is verrry slow. Any ideas why? Whats weird is that it
works (uses index) on a previous db, but when I copied everything over
to a new db it doesnt. Ive ran vacuum + analyze, does the planner just
need more time to figure out that it needs to use an index?

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

Предыдущее
От: Jaime Casanova
Дата:
Сообщение: Re: postgres
Следующее
От: akuster
Дата:
Сообщение: Re: How to subscribe to your security list?