oggie rob wrote: > The "len" idea is not great anyway - it is much more costly to get and > len 10,000 rows than to use SQL count, as get_article_count does. > > -rob > >
Erm, you have heard of __len__, right?
oggie rob wrote: > The "len" idea is not great anyway - it is much more costly to get and > len 10,000 rows than to use SQL count, as get_article_count does. > > -rob > >
Erm, you have heard of __len__, right?