Re: PostgreSQL clustering VS MySQL clustering

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL clustering VS MySQL clustering
Дата
Msg-id 14870.1106752663@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PostgreSQL clustering VS MySQL clustering  (Hannu Krosing <hannu@tm.ee>)
Список pgsql-performance
Hannu Krosing <hannu@tm.ee> writes:
> But can't clearing up the index be left for "later" ?

Based on what?  Are you going to store the information about what has to
be cleaned up somewhere else, and if so where?

> Indexscan has to check the data tuple anyway, at least for visibility.
> would adding the check for field sameness in index and data tuples be
> too big performance hit ?

It does pretty much suck, especially when you think about functional
indexes on expensive functions.

            regards, tom lane

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

Предыдущее
От: "Peter Darley"
Дата:
Сообщение: Re: Possibly slow query
Следующее
От: PFC
Дата:
Сообщение: Re: [SQL] OFFSET impact on Performance???