Re: [JDBC] Re: no way in LargeObject API to detect short read?
Paul M. Aoki <aoki@acm.org>
From: aoki@acm.org (Paul M. Aoki)
To: Peter T Mount <peter@retep.org.uk>
Cc: Bruce Momjian <pgman@candle.pha.pa.us>, pgsql-bugs@postgresql.org, PostgreSQL jdbc list <pgsql-jdbc@postgresql.org>
Date: 2001-01-26T19:12:44Z
Lists: pgsql-bugs
Peter T Mount <peter@retep.org.uk> writes: > Hmmm, what's the performance issues with this? Is there going to be a problem > with very large LargeObject's? you could probably be smarter about caching previous tell() state, if that's what you mean. jun's hack doesn't actually add any extra buffers or copies. -- Paul M. Aoki / Xerox Palo Alto Research Center / 3333 Coyote Hill Road aoki@acm.org / Computer Science Laboratory / Palo Alto, CA 94304-1314