Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Very slow bytea extraction



>In psql the trick is to use unaligned display mode, else psql itself
>eats a whole lot of time trying to nicely format those 250KB rows:

Even using unaligned display mode (\a) it still takes more than 1 
minute

>

>I surmise that your problem is likewise on the client side, 
but you
>weren't very specific about what client code you were using.  
Look
>for bottlenecks associated with processing of very wide rows...

Every client I use is affected by the problem.
The main client is a 
java program that connects to the db through jdbc. Even writing a 
simple program that only performs a select query doesn't solve the 
problem.
A select query issued using pgAdmin takes the same time and so 
does the show data command in pgAdmin

Maybe this is a problem related 
to the win32 version of postgres (I haven't tried to run this db under 
linux)

Regards

Massimo




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group