Re: vacuum, performance, and MVCC

From: "Zeugswetter Andreas DCP SD" <ZeugswetterA(at)spardat(dot)at>
To: "Csaba Nagy" <nagy(at)ecircle-ag(dot)com>, "Mark Woodward" <pgsql(at)mohawksoft(dot)com>
Cc: "PFC" <lists(at)peufeu(dot)com>, "Chris Browne" <cbbrowne(at)acm(dot)org>, "postgres hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: vacuum, performance, and MVCC
Date: 2006-06-23 12:41:09
Message-ID: E1539E0ED7043848906A8FF995BDA579011EFF01@m0143.s-mxs.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> back and forth the data between an archive table and the live
> table, based on how active the groups are, I can't imagine
> any other way of partitioning it. And that would also mean
> some quite big load given the pretty high dynamics of the groups.

You said the activity comes in bursts per group, so the obvious
partitioning would be per group.
If you have too many groups to have one partition per group you could
try to find some modulo or other rule to spread them into separate
partitions.

Andreas

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tzahi Fadida 2006-06-23 12:57:19 Planning without reason.
Previous Message Andrew Dunstan 2006-06-23 12:26:41 Re: [CORE] GPL Source and Copyright Questions