Re: TEXT

From: "Eric Jain" <jain(at)gmx(dot)net>
To: <ThomasDeVos(at)it-enterprise(dot)co(dot)uk>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: TEXT
Date: 2002-04-22 04:56:00
Message-ID: NCBBJFHBEGOIAHBCBNCLEEPACMAA.jain@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

> In what sense did you see performance problems, are those major problems?
> Are there any benchmarks out there?

This was a problem I observed with Oracle, where you have to use CLOBs if
you are not sure if the maximum field size may exceed 32K. Retrieving a few
thousand rows and reading their (small-sized) CLOB fields easily fills up
half an hour! Just wanted to be sure PostgreSQL doesn't have the same
problem...

--
Eric Jain

In response to

  • Re: TEXT at 2002-04-21 22:01:23 from Thomas De Vos

Responses

  • Re: TEXT at 2002-04-22 14:52:27 from Tom Lane

Browse pgsql-jdbc by date

  From Date Subject
Next Message rob 2002-04-22 13:51:07 NullPointerException when calling executeQuery() - why?
Previous Message Christopher Kings-Lynne 2002-04-22 02:03:43 Re: [PATCHES] patch for ResultSet.java