Re: New HDB backend MDB
Nico Williams <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.heimdal.general |
|---|---|
| Message-ID | <CAK3OfOin5gyxRWQreK3yXCu_+XQdTU_gRZpDpMqpyLpm2r7HOg@mail.gmail.com> |
BTW, I wonder if SQLite3's slowness is to be attributed to its page cache, and the unnecessary data copies (in page sized chunks!) that result. Ripping out the page cache will probably be a fair bit of work, so that doing it without the buy-in of the SQLite3 dev team is probably out, and they only do work that consortium members pay for... Someday, when I have the time, I'll profile SQLite3.