Re: [JDBC] extra rowcopy in ResultSet allways needed ?.
On Sat, 16 Feb 2008, Gustav Trede wrote:
> Is the extra rowcopy allways needed to be done, for example in boolean > next() method in resultset ? > > Is the copy not only needed in some detectable special case ?. >
The rowBuffer copy is only needed for updateable ResultSets, so we could
probably wrap all those calls with isUpdateable() { }. Are you seein a
significant performance impact from those calls or are you just curious?
Kris Jurka
---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings
Received on Sat Feb 16 10:58:09 2008
This archive was generated by hypermail 2.1.8
: Wed Jun 18 2008 - 23:44:29 EDT
|