SQLite Large data sets, examples and best practises

Does anyone know of an example project using a large dataset (4000-15000 objects) and SQLite. :eyeglasses:

I store geolocation over time and then wish to visualize it with ChartJS but im not getting the performance i want. :bike:

Performance really starts denting around 400 items, i can limit the amount if items returned in my query to give an average summary (to draw on chart) but in the end i need to draw a poly-line on the map.

Any examples on squeezing the best performance (large data & SQLite) out of ionic 2 are more then welcome :rocket:

1 Like