Hi,

I am experiencing memory issues when inserting a large number of records
into my database.  I use a prepared statement wrapped in a transaction where
I process (insert) 10K records before I clear the batch 
using the PreparedStatement.clearBatch() method;

I would like to insert code to track SQL's memory usage.  I found a solution
for C++ but I use Java.  

Any help would be greatly appreciated!
Mira


--
View this message in context: 
http://sqlite.1065341.n5.nabble.com/Track-SQLite-memory-usage-from-inside-Java-code-tp62756.html
Sent from the SQLite mailing list archive at Nabble.com.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to