I am using GeoIP2 mmdb file to find the location of the user in real time. However, I wish to load the file into memory and then query on the hashmap instead of querying on the database every time.
Is it possible to do that.? If yes, How so.?
Also, will loading the whole file into a hashmap increase the performance of my queries.?