[Zope] ZSQL batching with dtml-in

Ed Colmar ed at greengraphics.net
Thu Dec 8 16:46:51 EST 2005


Do ZSQL methods communicate with the dtml-in call and understand the 
"size" attribute?

for example, in this dtml-in statement:
<dtml-in SQL_get_large_list size=20 start=query_start>
</dtml-in>

Will the database be queried for all results, and only have 20 
displayed, or will the database just return the 20 that are needed?

Thanks for the insight!

-Ed


More information about the Zope mailing list