Hello, Ghislain,

Regarding:  any tool or instrument which could help me to analyze the
performances of SQLite

You may want to write again and be a bit more specific.

What operating system are you using?   What wrapper, if any?

Do you need to analyze your SQL and try to make it run more efficiently?
If so, then note that using the
   EXPLAIN QUERY PLAN 
prefix will let you identify the indices used.

If you want to know how long a particular SQL statement is taking to run
on your database, then many tools such as
 sqlite3explorer  http://www.sqlite.org/contrib
 can make timing under windows more convenient.

Are you using explicit transactions?   Do you define appropriate
indices?


[opinions are mine -- not my company's]

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to