Re: [PERFORM] Deleting certain duplicates

2004-04-20 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > So I was thinking maybe of doing the deletion in chunks, perhaps based on > reception time. > Are there any suggestions for a better way to do this, or using multiple > queries to delete selectively a week at a time based on the reception_time. >

Re: [PERFORM] Deleting certain duplicates

2004-04-16 Thread Shea,Dan [CIS]
To: Shea,Dan [CIS] Cc: Postgres Performance Subject: Re: [PERFORM] Deleting certain duplicates Shea,Dan [CIS] wrote: >The index is >Indexes: >"forecastelement_rwv_idx" btree (region_id, wx_element, valid_time) > >-Original Message- >From: Shea,Dan [CIS] [ma

Re: [PERFORM] Deleting certain duplicates

2004-04-13 Thread Rajesh Kumar Mallah
Shea,Dan [CIS] wrote: The index is Indexes: "forecastelement_rwv_idx" btree (region_id, wx_element, valid_time) -Original Message- From: Shea,Dan [CIS] [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 10:39 AM To: Postgres Performance Subject: [PERFORM] Deleti

Re: [PERFORM] Deleting certain duplicates

2004-04-12 Thread Shea,Dan [CIS]
The index is Indexes: "forecastelement_rwv_idx" btree (region_id, wx_element, valid_time) -Original Message- From: Shea,Dan [CIS] [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 10:39 AM To: Postgres Performance Subject: [PERFORM] Deleting certain duplicates We ha

[PERFORM] Deleting certain duplicates

2004-04-12 Thread Shea,Dan [CIS]
We have a large database which recently increased dramatically due to a change in our insert program allowing all entries. PWFPM_DEV=# select relname,relfilenode,reltuples from pg_class where relname = 'forecastelement'; relname | relfilenode | reltuples -+-+--