Air for Android - Sqlite - Slow inserts
Hello there,
What is the best way to follow in order to make a lot of insert on a sqlite db?
I ask because I noticed a great and unpredicatable slowdown on my Galaxy S when I make a lot of insert.
I use an openAsync connection because I need to monitor what is happening.
Everytime a row is created I increment a counter.
It starts well, then after a 100 insert it slow down and nearly dies.
Any suggestions?
Thanks in advance
