Re: WIP: Collecting statistics on CSV file data

Поиск
Список
Период
Сортировка
От Marti Raudsepp
Тема Re: WIP: Collecting statistics on CSV file data
Дата
Msg-id CABRT9RA0Xq+jaN115BBTotrBUgQY0k7bvQJSLWQd8Ug1ohUiwg@mail.gmail.com
обсуждение исходный текст
Ответ на WIP: Collecting statistics on CSV file data  (Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>)
Ответы Re: WIP: Collecting statistics on CSV file data
Re: WIP: Collecting statistics on CSV file data
Список pgsql-hackers
2011/9/12 Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>:
> This is called when ANALYZE command is executed. (ANALYZE
> command should be executed because autovacuum does not analyze foreign
> tables.)

This is a good idea.

However, if adding these statistics requires an explicit ANALYZE
command, then we should also have a command for resetting the
collected statistics -- to get it back into the un-analyzed state.

Currently it looks like the only way to reset statistics is to tamper
with catalogs directly, or recreate the foreign table.

Regards,
Marti


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Is there really no interest in SQL Standard?
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Separating bgwriter and checkpointer