Hello !
But SQLightning is a dead project, isn't it ?
version 3.7.17
<https://github.com/LMDB/sqlightning/commit/c18a797d6853081493732fa9a3a77e1334a9ef12>
hyc <https://github.com/LMDB/sqlightning/commits/master?author=hyc>
committed on 12 Sep 2013
Cheers !
On 09/10/16 12:15, Howard Chu wrote:
Daniel Meyer wrote:
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?
Use SQLightning, it's designed specifically for write once read many
workloads.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users