Re: Help me recovering data

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Greg Stark <gsstark(at)mit(dot)edu>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Help me recovering data
Date: 2005-02-16 21:35:01
Message-ID: 4213BC85.9070802@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> I think the people who've managed to shoot themselves in the foot this
> way are those who decided to "optimize" their cron jobs to only vacuum
> their user tables, and forgot about the system catalogs. So it's
> probably more of a case of "a little knowledge is a dangerous thing"
> than never having heard of VACUUM at all. I too don't see that you
> could possibly get to 2 billion transactions without having found out
> that Postgres requires regular VACUUMing.

I have had two new customers in the last year who didn't do any vacuums
that had a rollover. The database sat in a backroom and did processing.
It just worked so they didn't worry about it.

It took one of them almost two years to get there but it does happen.

Sincerely,

Joshua D. Drake

>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

--
Command Prompt, Inc., your source for PostgreSQL replication,
professional support, programming, managed services, shared
and dedicated hosting. Home of the Open Source Projects plPHP,
plPerlNG, pgManage, and pgPHPtoolkit.
Contact us now at: +1-503-667-4564 - http://www.commandprompt.com

Attachment Content-Type Size
jd.vcf text/x-vcard 640 bytes

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-02-16 21:35:08 Re: how to make table inherits another ?
Previous Message Sergey E. Koposov 2005-02-16 21:28:41 Re: Strange RETURN NEXT behaviour in Postgres 8.0