On 5 May 2012, at 6:18pm, Patrik Nilsson <nipatriknils...@gmail.com> wrote:

> Is it possible to get the total number of virtual machine instructions a
> "begin... commit"-statement will need? I.e. progress of saving data to
> the database.

Using 'EXPLAIN ...' for each of your instructions, and adding up the number of 
rows in each answer might give you a useful number.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to