Matt Sergeant ([EMAIL PROTECTED]) wrote: > This is now the only thing holding back DBD::SQLite's port to > sqlite3. I've got everything else working and it's all looking > great. inserts are about the same speed as sqlite2, but selects > have sped up about 30%.
That's not my experience. Inserts und updates are much faster, but searching with VMs (compile,bind,step) are about 20% slower than with SQLite 2.8. Thats true on Linux and Win32. And because my little application (Bayesian Spamfilter) ist mostly searching I've to stay with SQLite 2.8 > Nice work! That's true, with the exception, that searching is slower. ;) Gruss Hans-Jürgen