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? Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.