tibberous Posted September 27, 2007 Share Posted September 27, 2007 I am using GeoIP, which is a huge country / ip table that lets you look up users countries of origin. Is there anything I can do to optimize the lookup speed. From what I know of binary searches, this should be able to be done incredibly fast if mysql knows the table is sorted, isn't going to change, and searches like a tree. Anyone have any ideas? Link to comment https://forums.phpfreaks.com/topic/70843-need-to-speed-up-a-static-mysql-lookup-table/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.