Why does a collection proxy need to know its size a priori? I'm trying to use collection proxies to minimize DB activity when materializing a large number of top-level objects, but I still end up getting hundreds of "select count(*)" queries for collections I will never look at. They aren't even batched by the prefetching mechanism. Is there any hope? Why can't the count be deferred until needed, just like the actual collection contents?
thanks. -- Steve Clark Technology Applications Team Natural Resources Research Center/USGS [EMAIL PROTECTED] (970)226-9291 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
