On Tuesday 07 August 2007 05:58, Mark Makarowsky 
<[EMAIL PROTECTED]> wrote:
> I have a table with 4,889,820 records in it.  The
> table also has 47 fields.  I'm having problems with
> update performance.  Just as a test, I issued the
> following update:
>
> update valley set test='this is a test'
>
> This took 905641 ms.  Isn't that kind of slow?  

PostgreSQL has to write a full new version of every row that gets updated. 
Updates are, therefore, relatively slow. 

I'm guessing you're doing this on a single SATA drive, too, which probably 
doesn't help.

-- 
"If a nation values anything more than freedom, it will lose its freedom;
and the irony of it is that if it is comfort or money that it values more,
it will lose that too." -- Somerset Maugham, Author


---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to