Hi!  An embedded SQL-based database that we used earlier had a concept 
of packed fetches - this would mean that we could create a certain 
buffer for results, prepare a query, execute it and read back the 
results in "groups" of 10 or 20 or 1000 (or "n") results per call.. this 
was significantly faster than reading the results one at a time.

Is there a parallel?  Or is it possible to implement such a thing?

Thanks,
Mohit.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to