Re: Suggestion; "WITH VACUUM" option - Mailing list pgsql-hackers

From Matthew Kirkwood
Subject Re: Suggestion; "WITH VACUUM" option
Date
Msg-id Pine.LNX.4.33.0212171823560.23261-100000@sphinx.mythic-beasts.com
Whole thread Raw
In response to Re: Suggestion; "WITH VACUUM" option  (mlw <pgsql@mohawksoft.com>)
List pgsql-hackers
On Tue, 17 Dec 2002, mlw wrote:

> update largetable set foo=bar;
>
> Lets also assume that "largetable" has tens of millions of rows.
[..]
> On some of my databases a statement which updates all the rows is
> unworkable in PostgreSQL, on Oracle, however, there is no poblem.

.. provided you have a lot of rollback space, which is
essentially what the datafile growth here is providing.

Matthew.



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: malloc in xlog.c
Next
From: Tom Lane
Date:
Subject: Re: malloc in xlog.c