Large number of partitions of a table

Поиск
Список
Период
Сортировка
От Victor Sudakov
Тема Large number of partitions of a table
Дата
Msg-id YeTYA63gEXNePfkv@admin.sibptus.ru
обсуждение исходный текст
Ответы Re: Large number of partitions of a table  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Large number of partitions of a table  (Ron <ronljohnsonjr@gmail.com>)
Список pgsql-admin
Dear Colleagues,

Do you have success (or disaster) stories for having a large number of
partitions in a table (like maybe 10000) in a production database?

I've found a great article
https://www.depesz.com/2021/01/17/are-there-limits-to-partition-counts/
and basically it says 70000 partitions are OK but would like to hear
more opinions especially from production experience.

If a table itself has e.g. 50 indexes, partitioning it will create 10000
extra tables and 50*10000=500000 indexes, isn't it a heavy burden on the
system catalogs (pg_statistic etc). It may slow down ANALYZE or have
some other adverse effects.

Any comments welcome.

-- 
Victor Sudakov VAS4-RIPE
http://vas.tomsk.ru/
2:5005/49@fidonet



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

Предыдущее
От: Holger Jakobs
Дата:
Сообщение: Re: pgAadmin 4 internal vs external browser macOS
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Large number of partitions of a table