MySQL Performance Benefits of Storing Integer IP Addresses

On ##php on freenode over the weekend, there was a brief discussion regarding the performance benefits of storing IP addresses in a database as an integer, rather than as a varchar. One commenter was making the argument that the numeric-to-string and string-to-numeric conversions cost involved in storing IPs as integers was more significant than the … Continue reading MySQL Performance Benefits of Storing Integer IP Addresses