I have a handful of quite populated tables that are only read, and two tables 
with small number of rows that are written into. Right now it is all opened as 
one readwriteable DB.
If I make the large tables into one readonly DB, and the other two into one 
readwriteable DB, and the use ATTACH to add them together, would I then gain 
performance due to less overhead in terms of journalling files?
I.e. will there not be any journaling of the readonly DB?
Would it make any difference in a WAL mode?
/Ulf

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

Reply via email to