What's faster? - Mailing list pgsql-performance

From Keith Bottner
Subject What's faster?
Date
Msg-id 008301c3cc0d$f3f337b0$7d00a8c0@juxtapose
Whole thread Raw
Responses Re: What's faster?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: What's faster?  (Mike Nolan <nolan@gw.tssi.com>)
Re: What's faster?  ("D'Arcy J.M. Cain" <darcy@druid.net>)
List pgsql-performance
I have a database where the vast majority of information that is related to a customer never changes. However, there is a single field (i.e. balance) that changes potentially tens to hundreds of times per day per customer (customers ranging in the 1000s to 10000s). This information is not indexed. Because Postgres requires VACUUM ANALYZE more frequently on updated tables, should I break this single field out into its own table, and if so what kind of a speed up can I expect to achieve. I would be appreciative of any guidance offered.
 
BTW, currently using Postgres 7.3.4
 
 
Keith
 
 

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re:
Next
From: Tom Lane
Date:
Subject: Re: What's faster?