Re: Split index and table statistics into different types of stats

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Split index and table statistics into different types of stats
Дата
Msg-id 20230109200457.iuynr4fjkc3w4dsd@awork3.anarazel.de
обсуждение исходный текст
Ответ на Re: Split index and table statistics into different types of stats  (Nitin Jadhav <nitinjadhavpostgres@gmail.com>)
Список pgsql-hackers
Hi,

On 2023-01-09 17:08:42 +0530, Nitin Jadhav wrote:
> +1 to keep common functions/code between table and index stats. Only
> the data structure should be different as the goal is to shrink the
> current memory usage.

I don't think the goal is solely to shrink memory usage - it's also to make it
possible to add more stats that are specific to just indexes or just
tables. Of course that's related to memory usage...

Greetings,

Andres Freund



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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Fixing a couple of buglets in how VACUUM sets visibility map bits
Следующее
От: Tom Lane
Дата:
Сообщение: Re: doc: add missing "id" attributes to extension packaging page