From: Chris W. <ch...@cw...> - 2001-11-19 15:47:47
|
* Jochen Lillich (ge...@li...) [011119 10:39]: > I'd second that. Lately, I used fetch_count and then spent quite > some time finding out why my page would take half a minute to > display. The answer was simple: fetch_count retrieved every single > record of about 2.000, checked security and went on to the > next. That makes fetch_count unusable in this situation. Good point. The solution I mentioned with asking the object to generate a clause for the join seems appropriate here as well. Something like this will probably go in version 0.54 -- 0.53 is pretty much ready to go and I want to get it out. Chris |