Is there a way to SubPartition?

Поиск
Список
Период
Сортировка
От Jerry Champlin
Тема Is there a way to SubPartition?
Дата
Msg-id 48B55A8D.1050209@absolute-performance.com
обсуждение исходный текст
Ответы Re: Is there a way to SubPartition?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Is there a way to SubPartition?  (Matthew Wakeling <matthew@flymine.org>)
Список pgsql-performance
Is there a way to use multi-level inheritance to achieve sub
partitioning that the query optimizer will recognize?  With our current
application design, we would need a partition for every other day  for
18 months which will not perform well.  The reason we need so many
partitions is that we can't afford to vacuum the active partition (750MM
inserts + updates per day is the performance requirement for 12 months
out).  After it's a day old, there are no  longer any updates or inserts
and we can vacuum  it at that point.  If multi-level partitioning
worked, we could solve this problem without changing our code.  Ideas?

-Jerry



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

Предыдущее
От: DANIEL CRISTIAN CRUZ
Дата:
Сообщение: Re: select on 22 GB table causes "An I/O error occured while sending to the backend." exception
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Is there a way to SubPartition?