Re: SELECT * FROM t where p or q;

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: <frbn(at)efbs-seafrigo(dot)fr>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <sszabo(at)megazone23(dot)bigpanda(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: SELECT * FROM t where p or q;
Date: 2001-11-23 01:48:18
Message-ID: GNELIHDDFBOCMGBFGEFOGEIHCAAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> I can't figure out how Tera-bytes databases admins can
> deal with such vacuum delays!
> (except if a vacuum is only needed every 10 millions records :] )
>
> Best regards,
> Franck.

In 7.2, VACUUM will not cause a delay on your database, and ANALYZE can be
run as a separate command.

Chris

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Christopher Kings-Lynne 2001-11-23 01:49:57 Re: database cluster
Previous Message Christopher Kings-Lynne 2001-11-23 01:45:51 Re: Question