Re: Simple select, but takes long time

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Simple select, but takes long time
Дата
Msg-id 1636.1200116654@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Simple select, but takes long time  (andrew@pillette.com)
Список pgsql-performance
andrew@pillette.com writes:
> MySQL is using some sort of auto-clustering ISAM on the other box mayhaps?

I think they probably count the index entries without ever visiting the
table proper.  Works great for mainly-static data ...

            regards, tom lane

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

Предыдущее
От: andrew@pillette.com
Дата:
Сообщение: Re: Simple select, but takes long time
Следующее
От: "D'Arcy J.M. Cain"
Дата:
Сообщение: Re: Best way to index IP data?