<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:10pt">Thanks in advance for looking,<div id="yiv4280072368"><div><div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt;"><div></div></div></div></div><div>I have a simple set up here in NorAM that does LNP look ups as well as some simple routing logic based on the Originating and Terminating state from the LERG database. I have been thinking that it is overkill and more resource intensive than necessary to store the LERG in MySQL when we update it only once a quarter. I understand that MySQL does it's own caching which can be very fast but I'm hoping I can save 2 MySQL queries per call by storing the data in MemCache instead.</div><div><br></div><div>Cut to the chase: is it
 possible to store data from a file into a MemCache store when the script starts up? Is there another method that is more appropriate for this task that I am ignorant of?</div><div><br></div><div>Thanks again!</div><div>MW</div></div></body></html>