Re: Statistics Import and Export

Поиск
Список
Период
Сортировка
От Corey Huinker
Тема Re: Statistics Import and Export
Дата
Msg-id CADkLM=e6NTjWzoqoUkeEpt9qRqwNE9zkmMN010VKKjoGxbMCVw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Statistics Import and Export  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
I don't think that's necessarily true, hot pruning might help some, as afaict
the restore happens in multiple transactions.

If we're willing to take the potential bloat to avoid a nasty complexity, then I'm all for discarding it. Jeff just indicated off-list that he isn't seeing noticeable difference in table size, maybe we're safe with how we use the function now.
 

But even if that's the case, I don't think it's worth using in place updates
to avoid it. We should work to get rid of them, not introduce them in more
places.

As the number of statlike columns in pg_class grows, might it make sense to break them off into their own relation, leaving pg_class to be far more stable?

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