vacuumdb --all --analyze-in-stages - wrong order?

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема vacuumdb --all --analyze-in-stages - wrong order?
Дата
Msg-id CAFj8pRB-Ay_uC2oMdzR8p_jJoOi-Rbr1a8k9YMLRz6dY-QGnnA@mail.gmail.com
обсуждение исходный текст
Ответы Re: vacuumdb --all --analyze-in-stages - wrong order?
Список pgsql-hackers
Hello

I am looking on --analyze-in-stages option. If I understand well, motivation for this option is a get some minimal statistic for databases in minimal time. But when I tested, I found so iterations are per databases, not per stages - some first database get a maximum statistics and second has zero statistics. Isn't it unpractical?

Now:

DB a
  stage 1, stage2, stage3
DB b
  stage 1, stage2, stage3

should be:

Stage1
  DB a, DB b ...
Stage 2
  DB a, DB b ...
Stage 3
  DB a, DB b, ..

Regards

Pavel

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