> I checked
> the SQLite release notes and I could not find changes for sqlite3_step.
> Should I upgrade anyway?

Did you notice in release notes something like "optimizer
improvements"? That's what impacts the sqlite3_step performance.


Pavel


On Mon, Apr 18, 2011 at 9:54 AM, Spoerr Mathias <math...@spoerr.org> wrote:
> Hello Pavel,
>
> thank you for your answer. SQLite Manager uses version 3.7.4, but I checked
> the SQLite release notes and I could not find changes for sqlite3_step.
> Should I upgrade anyway?
>
> Thanks,
> Mathias
>
>
>
> On Mon 18/04/11 15:49 , "Pavel Ivanov" paiva...@gmail.com sent:
>
>> Depending on the database size, it sometimes takes minutes to get a
>> result.
>> But when using the Firefox plugin "SQLite Manager", it "only" takes 1-2
>> seconds.
>> ....
>> I use SQLITE Version 3.6.22.
>
> Maybe SQLite Manager uses newer version of SQLite? Try to execute in
> it "SELECT sqlite_version()".
>
>
> Pavel
>
>
>
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to