Re: Large Tables/clustering/terrible performance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Large Tables/clustering/terrible performance
Дата
Msg-id 14461.1009836846@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Large Tables/clustering/terrible performance  ("Michael McAlpine" <mikem@vis.oregonian.com>)
Список pgsql-general
"Michael McAlpine" <mikem@vis.oregonian.com> writes:
> Seq Scan on table1  (cost=0.00..163277.83 rows=1 width=300)

So you're not getting an index scan.  What locale did you initdb in?
(If it wasn't "C", LIKE can't use the index.)

            regards, tom lane

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

Предыдущее
От: "Jeffrey W. Baker"
Дата:
Сообщение: Re: Large Tables/clustering/terrible performance ofPostgresql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 7.2 changes to varchar truncation