I need to use the geoip data files from Maxmind and I want to know which is faster:
- Import CSV into a mysql database (about 60 Mb) and query it
- Use the binary .DAT files (18 Mb) and the corresponding PHP API
I need to use the geoip data files from Maxmind and I want to know which is faster: