Read geoip data from database or binary file. Which is faster?

359 views Asked by At

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
0

There are 0 answers