Re: Table partitioning

Поиск
Список
Период
Сортировка
От Mark Thornton
Тема Re: Table partitioning
Дата
Msg-id 4D720975.8050206@optrak.co.uk
обсуждение исходный текст
Ответ на Table partitioning  (Tobias Brox <tobixen@gmail.com>)
Ответы Re: Table partitioning  (Tobias Brox <tobixen@gmail.com>)
Список pgsql-performance
On 05/03/2011 09:37, Tobias Brox wrote:
> Sorry for not responding directly to your question and for changing
> the subject ... ;-)
>
> On 4 March 2011 18:18, Landreville<landreville@deadtreepages.com>  wrote:
>> That is partitioned into about 3000 tables by the switchport_id (FK to
>> a lookup table), each table has about 30 000 rows currently (a row is
>> inserted every 5 minutes into each table).
> Does such partitioning really make sense?  My impression is that the
> biggest benefit with table partitioning is to keep old "inactive" data
> out of the caches.  If so, then it doesn't seem to make much sense to
> split a table into 3000 active partitions ... unless, maybe, almost
> all queries goes towards a specific partitioning.
If your partitions a loosely time based and you don't want to discard
old data, then surely the number of partitions will grow without limit.
You could have partitions for say the last 12 months plus a single
partition for 'ancient history', but then you have to transfer the
content of the oldest month to ancient each month and change the
constraint on 'ancient'.

Mark


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

Предыдущее
От: Tobias Brox
Дата:
Сообщение: Table partitioning
Следующее
От: Tobias Brox
Дата:
Сообщение: Re: Table partitioning