Ionic 3- sqlite crashes app when no.of rows > 180000

hello, My app crashes when reading data from local sqlite storage. I have determined that the Select statement crashes the app when the no.of rows in the table exceeds 180,000. At this time app uses Storage of about 43Mb and memory usage is about 120MB (from app info) Select query format is 'Select col1,col4,col5 from table1 where date = date(‘2019-04-29’); In my test scenario the select query should return all the data of 180,000 rows. How do I make this perform better? I am testing the app on a Samsung Galaxy S7 with Android version 8.
Thank you!