Обсуждение: GIN vs. statistics collector

Поиск
Список
Период
Сортировка

GIN vs. statistics collector

От
Andreas Seltenreich
Дата:
I think there's a call to pgstat_count_index_scan missing in GIN.
Currently, the idx_scan column of pg_stat_*_indexes is stuck at zero
for GIN indexes.

Patch attached.

Thanks,
andreas

Вложения

Re: GIN vs. statistics collector

От
Tom Lane
Дата:
Andreas Seltenreich <andreas+pg@gate450.dyndns.org> writes:
> I think there's a call to pgstat_count_index_scan missing in GIN.
> Currently, the idx_scan column of pg_stat_*_indexes is stuck at zero
> for GIN indexes.
> Patch attached.

Looks correct to me --- applied.

            regards, tom lane