[sqlite] CRUD Statistics

2014-07-08 Thread Sandu Buraga
Hi, Is there a possibility to extract a statistic of how many CRUD operations do I have during an application life-cycle? I would like to find-out how many INSERTs do I have, how many SELECTs and so on. In particular I am focusing for multithreaded scenario, with multiple read/write operations si

Re: [sqlite] CRUD Statistics

2014-07-08 Thread Mohit Sindhwani
Hi Sandu, On 8/7/2014 2:46 PM, Sandu Buraga wrote: Is there a possibility to extract a statistic of how many CRUD operations do I have during an application life-cycle? I would like to find-out how many INSERTs do I have, how many SELECTs and so on. My guess is that the best way would be by us

Re: [sqlite] CRUD Statistics

2014-07-08 Thread Hick Gunter
: [sqlite] CRUD Statistics Hi, Is there a possibility to extract a statistic of how many CRUD operations do I have during an application life-cycle? I would like to find-out how many INSERTs do I have, how many SELECTs and so on. In particular I am focusing for multithreaded scenario, with