Re: OID, 4billion+ Rows.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Joshua Schmidlkofer" <menion(at)srci(dot)iwpsd(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: OID, 4billion+ Rows.
Date: 2001-07-03 22:30:53
Message-ID: 26116.994199453@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Joshua Schmidlkofer" <menion(at)srci(dot)iwpsd(dot)org> writes:
> I have a number of clients that retain large numbers of small
> transactions. This could easily hit 4B+ at some sites. Most rows would
> be 1k max, some may exceed that, average would be between 512bytes & 1k.

This would be a problem at the moment. I'm expecting to see some sort
of fix for it in 7.2, however. The simplest fix method would require a
complete-database VACUUM at least once every billion or so transactions;
but with the nonintrusive VACUUM that we're planning for 7.2, that
doesn't seem overly onerous.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-07-03 22:55:46 Re: Error: "Conversion between UNICODE..."
Previous Message Peter Eisentraut 2001-07-03 20:45:03 Re: Regression