justinwkUKM / BusTracker-UKM

UKM BUS TRAKER APPLICATION
3 stars 0 forks source link

Improve server response to query location api. #4

Open chunhoong opened 8 years ago

chunhoong commented 8 years ago

Create 'location_logs' table to store location record when new location is inserted into 'locations' table, by using trigger.

Then we can cleanup 'locations' table from time to time, while having all the location data in 'location_logs' table