Re: High inserting by syslog

From: Alan Hodgson <ahodgson(at)simkin(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: High inserting by syslog
Date: 2008-07-03 16:27:26
Message-ID: 200807030927.26975@hal.medialogik.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thursday 03 July 2008, Richard Huxton <dev(at)archonet(dot)com> wrote:
> You might want to partition the table monthly. That will make it easier
> to manage a few years from now.
> http://www.postgresql.org/docs/current/static/ddl-partitioning.html

Definitely pay attention to this point ... it's pretty easy to stuff 300K
rows a day into a table but a lot more painful to manage the enormous table
that results from doing it for any length of time.

--
Alan

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Steve Crawford 2008-07-03 16:32:53 Re: High inserting by syslog
Previous Message Valter Douglas Lisbôa Jr. 2008-07-03 16:23:24 Re: High inserting by syslog