Re: Timestamp indexes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Timestamp indexes
Дата
Msg-id 17224.964201572@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Timestamp indexes  ("Mitch Vincent" <mitch@venux.net>)
Список pgsql-sql
"Mitch Vincent" <mitch@venux.net> writes:
> Looks like that index scan is very unattractive...

Yes, though not as bad as the cost estimator thinks (almost a 5:1 ratio
in estimated cost, but hardly any difference in real runtime).  Still
have some work to do in tweaking the estimates, obviously.
        regards, tom lane


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

Предыдущее
От: "Mitch Vincent"
Дата:
Сообщение: Re: Timestamp indexes
Следующее
От: Jon Lapham
Дата:
Сообщение: Why do I need to set UPDATE permissions for fkey check?