I\'m operating on an SQLite3 database in my android app. I just read from the pre populated database that has 200k rows and 14 columns. Entries are words. Datatype
I was quering in a loop. And closing the cursor inside the loop and not outside solved the problem.