On 12/12/17, advancenOO <[email protected]> wrote: > Um, stray pointer or array overrun in upper applications will be treated as > BUG in my system. And I believe all these bugs could be fixed before using > sqlite.
You have a very optimistic view of application software :-) Look - if you are interested in maximizing performance, you need to use the latest Linux kernel with the latest F2FS filesystem, then compile SQLite with the -DSQLITE_ENABLE_BATCH_ATOMIC_WRITE. That combination will get you way more performance boost than you will ever find by playing games with mmap(). -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

