On 9 Aug 2011, at 9:46pm, Drew Kozicki wrote:

> The application is a  C++ app. that accesses all the databases in a read
> only style.  Size of database range from 1MB to 10GB.
> 
> 
> Each thread does the following in a loop
> 
> 1. Grab a record from an external system (not SQLite)
> 
> 2. Runs several SQLite queries to process the record

Just checking: by 'queries' you mean 'SELECT', right ?  You're not making 
changes, just searching.

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

Reply via email to