Re: Running update in chunks? - Mailing list pgsql-general

From Steve Crawford
Subject Re: Running update in chunks?
Date
Msg-id 50FDDBFA.6000301@pinpointresearch.com
Whole thread Raw
In response to Re: Running update in chunks?  (Steve Crawford <scrawford@pinpointresearch.com>)
Responses Re: Running update in chunks?  (Tim Uckun <timuckun@gmail.com>)
List pgsql-general
On 01/21/2013 04:15 PM, Steve Crawford wrote:
> On 01/21/2013 03:45 PM, Tim Uckun wrote:
>> Oh I forgot
>> ...
Me, too. I forgot to ask for the table definition. If there are
variable-length fields like "text" or "varchar", what is the typical
size of the data.

Also, what is the physical size of the table (\dt+ yourtable)?

Perhaps even the output of
select * from pg_stat_user_tables where relname='yourtable';
might be useful.

Cheers,
Steve


pgsql-general by date:

Previous
From: Gavan Schneider
Date:
Subject: Re: Yet Another Timestamp Question: Time Defaults
Next
From: Adrian Klaver
Date:
Subject: Re: Yet Another Timestamp Question: Time Defaults