Re: bytea encode performance issues - Mailing list pgsql-general

From Tom Lane
Subject Re: bytea encode performance issues
Date
Msg-id 20772.1217773705@sss.pgh.pa.us
Whole thread Raw
In response to bytea encode performance issues  (Sim Zacks <sim@compulab.co.il>)
Responses Re: bytea encode performance issues  (Sim Zacks <sim@compulab.co.il>)
List pgsql-general
Sim Zacks <sim@compulab.co.il> writes:
> The explain of the query is:

Could we see EXPLAIN ANALYZE, not EXPLAIN?  Without actual facts
to work from, any suggestions would be mere guesswork.

Also, what can you tell us about the sizes of the messageblk
strings (max and avg would be interesting)?

            regards, tom lane

pgsql-general by date:

Previous
From: Sim Zacks
Date:
Subject: Re: bytea encode performance issues
Next
From: "Scott Marlowe"
Date:
Subject: Re: Advice on implementing counters in postgreSQL