We are interested in using sqlite as a read only, in memory, parallel
access database. We have database files that are on the order of 100GB
that we are loading into memory. We have found great performance when
reading from a single thread. We need to scale up to have many parallel
reader threads. Once the DB is created it never needs to be modified. How
can we allow many reader threads on an in memory, write once read many
times database and achieve multi-core performance? Is this possible with
sqlite?
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users