I will working sqlite for my project. Maybe db have one table and ~40k rows. I have some question for this.
- When i was use SQLiteDatabase.openDatabase() then all rows go into the memory? or row adress maybe?(Afraid for large memory problem coz 40k rows) 
- When query methods then this search on memory? or on db file? 
- SQLiteDatabase.openDatabase() reference i use this with static is there a problem? 
- Finally ~40k rows Is this a problem for memory performance etc? 
 
     
     
    