There is also the compile-time option

SQLITE_DIRECT_OVERFLOW_READ

(see here: http://www.sqlite.org/compile.html)
that makes content in overflow pages bypass the SQlite page cache. In my
understanding, that should help if the majority data consists of large BLOB
/ String cells. 

(It would be nice if this option could be set through a pragma, for
performance comparisons)





--
View this message in context: 
http://sqlite.1065341.n5.nabble.com/index-has-higher-cache-priority-than-data-tp64393p64399.html
Sent from the SQLite mailing list archive at Nabble.com.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to