Re: [dbutils] Questions about a few of bugs

2009-02-10 Thread Liam Coughlin
snip > > Ah, but the whole point of this enhancement is that it's unperformant to > use RowProcessor#toBean on each row; it's much faster to call > RowProcessor#toBeanList once. So there's no such thing as an > OptimizedBeanRowHandler; the optimization is to not use a RowHandler! > /snip I'd pus

Re: [dbutils] Questions about a few of bugs

2009-02-10 Thread Dan Fabulich
Liam Coughlin wrote: On Tue, Feb 10, 2009 at 2:32 AM, Dan Fabulich wrote: 1) OptimalBeanListHandler Ideally, these classes should be split up more. There shouldn't really be a BeanListHandler, just a ListHandler which takes a RowHandler on construction, and then you can just use the approp

Re: [dbutils] Questions about a few of bugs

2009-02-10 Thread Liam Coughlin
On Tue, Feb 10, 2009 at 2:32 AM, Dan Fabulich wrote: > 1) OptimalBeanListHandler > > http://issues.apache.org/jira/browse/DBUTILS-37 > This bug provides a patch that considerably improves the performance of > BeanListHandler. > > However, Julien correctly points out that: > >> With the change I p

[dbutils] Questions about a few of bugs

2009-02-09 Thread Dan Fabulich
I had some questions about a few remaining bugs... maybe somebody here can help... 1) OptimalBeanListHandler http://issues.apache.org/jira/browse/DBUTILS-37 This bug provides a patch that considerably improves the performance of BeanListHandler. However, Julien correctly points out that: W