Hello There
we are consuming streaming data coming from the GPS location of a large number of assets, we are getting around 4 Million records a day all those records represent the location of the asset moving in reel time
we need to store this data in the database to get the path for each asset.
due to the size of the data, it takes a long time to query the database and retrieve the path of the assets during a period of time
is there anyway, instead of storing the Point we store line, and this will reduce the number of records
how could build a line path that will have the same alignment as the road
or any other solution that will solve this issue
Thanks