<Kees Jongenburger:> > While testing I have made some modifications to the MMObjectBuilder > (anywhere where there was a "SELECT *" I changed this to > "SELECT " +getNonByteArrayFields(tableName) > This had great inpact . i can list 1000 images with no > problem (even if the > node cache is set to 4000 nodes). > > Is this something we want in 1.6 ?
I don't expect this to be handled well in all cases. This way incomplete nodes may be retrieved (i.e. missing certain fields), resulting in all kind of exceptions. And why not apply this to just the images builder, instead of the generic MMObjectBuilder? Either way, I guess more modifications need to be made to the builder methods to make this work properly. But correct me if I'm wrong. Rob van Maris Senior Developer Finalist IT Group Java Specialists ------------------------------------------------------------- Amsterdam, The Netherlands Office: +31 20 5962321 (Direct) Mobile: +31 651444006 Fax: +31 20 5962331 -------------------------------------------------------------
