Re: index usage on timestamp without time zone
От
Kevin Grittner
Тема
Re: index usage on timestamp without time zone
Дата
Msg-id
4DB93C57020000250003CFEB@gw.wicourts.gov
Ответ на
index usage on timestamp without time zone (Gerhard Hintermayer)
Список
Дерево обсуждения
index usage on timestamp without time zone Gerhard Hintermayer <gerhard.hintermayer@gmail.com>
Re: index usage on timestamp without time zone "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Gerhard Hintermayer wrote: > Is there a way to make postgres use the index on the timestamp > column ? The timing is from a test table, production tables have a > lot more rows. It's a mistake to assume that the plan you get on a small table will resemble the plan you will get on a big table. If you want to know what the plan will be on the big table, at least run an EXPLAIN of the query on that big table. -Kevin
В списке pgsql-admin по дате отправления