Paxdo Presse <pa...@mac.com> wrote:
> No, I do not know how many "readind threads" SQLITE can handle simultaneously.

As many as you want. But recall that your hard drive only has one set of 
reading heads. Trying to read different parts of the database at once is likely 
to lead to excessive disk seek activity. Just blindly rampting up the number of 
threads will probably hurt performance, not help it.

> But for reading? Are multiple threads can "simultaneously" perform read 
> operations?

Yes.
-- 
Igor Tandetnik

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

Reply via email to