hello all, we have a database that only performs insert statements on a table (database contains only this table), is it in this case a good idea to reduce the cache size to, say, 5? Because if I understand things correctly the cache doesn't really help you when you do nothing but inserts, is this correct? thanks in advance, Gert _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
- [sqlite] cache size and insert-only Gert Corthout
- Re: [sqlite] cache size and insert-only Jay A. Kreibich
- Re: [sqlite] cache size and insert-only Jay A. Kreibich
- Re: [sqlite] cache size and insert-only Scott Hess