Igor Tandetnik wrote:
> Mohit Sindhwani wrote:
>   
>> 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?
>>     
>
> No. With SQLite, it wouldn't be benefitial.
>
> Igor Tandetnik 
>
>
>   
Thanks, Igor.

Cheers,
Mohit.
9/20/2009 | 11:24 PM.

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

Reply via email to