Re: Re: What needs to be done?

From: Rene Pijlman <rpijlman(at)wanadoo(dot)nl>
To: Barry Lind <barry(at)xythos(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Re: What needs to be done?
Date: 2001-08-10 10:07:59
Message-ID: iqb7ntcmf06d1u85npdo122jbmtof34f5q@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

Barry,

On Thu, 02 Aug 2001 22:59:11 -0700, you wrote:
>Now in the long run, I would even like to change
>getBlob()/setBlob()/getClob()/setClob() methods to no longer support the
>old large object functionality of postgresql but to move these to
>support a 'toast' version of large objects (once the corresponding
>access methods to toasted columns exist so that toasted columns can
>really be treated as large objects).

Could you elaborate on that please? What new access methods are
needed on toasted columns? Does this require backend support?
FE/BE protocol changes?

Would it be conceivable to implement the Lob JDBC interface on
the current implementation of toasted columns (in both the
backend and the protocol), e.g. using a OID/column name pair as
the "logical pointer" needed by JDBC?

Also, I'm wondering if it would be wise to re-architect Lob
support in the JDBC interface only? Someone creating a Lob
through JDBC may have a hard time accessing his data using
another interface that not yet supports efficient access methods
on huge toasted data. I definitely agree Blob->toast is the most
desirable mapping from a JDBC point of view, but I'm not sure if
this should be changed only in JDBC.

Regards,
René Pijlman

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Elphick 2001-08-10 10:25:22 Re: Comparing tables in different db's
Previous Message Vince Vielhaber 2001-08-10 09:45:11 Re: OpenFTS (Open Source Full Text Search engine) pre-announce

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2001-08-10 14:41:54 Re: [PATCHES] JDBC Statement cleanup patch
Previous Message Thomas O'Dowd 2001-08-10 01:48:22 Re: NullPointerException on next()