Re: Help request to improve function performance

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Help request to improve function performance
Date: 2009-04-23 01:50:28
Message-ID: 49EFC964.3040806@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Seref Arikan wrote:
> I have a set of dynamically composed objects represented in Java, with
> string values for various attributes, which have variable length. In
> case you have suggestions for a better type for this case, it would be
> my pleasure to hear about them.

cut out about 3 layers of abstraction and get down to what you REALLY
need to get done. dynamically composed piles of text valued attributes
will NEVER be efficient, no matter what you do.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message durumdara 2009-04-23 07:09:39 Web + Slicing/Paging datas
Previous Message Tatsuo Ishii 2009-04-23 01:38:10 Re: Problem with pgpool-II tool