I have SQLite
table contains 1.5M lines, the table contains <lat,lng, info>
, what i want to do is, for every time I receive data "lat,lng
" from the GPS
, I should access the table and display the corresponding info.
my question is, is this operation will be exhaustive and time consuming? if yes, how can I achieve better data retrieval fro mthe table every time i receive GPS data?