Re: Very slow bytea extraction

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "msmbarabino(at)virgilio(dot)it" <msmbarabino(at)virgilio(dot)it>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Very slow bytea extraction
Date: 2007-03-22 20:23:16
Message-ID: 26521.1174594996@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"msmbarabino(at)virgilio(dot)it" <msmbarabino(at)virgilio(dot)it> writes:
>> Hmm ... what does VACUUM VERBOSE of that table show?

> Here is the
> output of VACUUM VERBOSE

Well, that eliminates the theory that you've got a lot of dead tuples
slowing it down. I come back to the conclusion that it's probably a
client-side problem. Have you tried watching with "top" or similar tool
to check which process is eating all the time?

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message msmbarabino@virgilio.it 2007-03-22 20:48:33 Re: Very slow bytea extraction
Previous Message Tom Lane 2007-03-22 18:13:48 Re: "Relation not found" error but table exits.