Hi all,
I have a requirement. I hope u all have seen Google suggest website. I have a similar lookup to be done using php. I have my data available both in database as well as a file in the server. I have done an AJAX call to create the similar lookup. Now performance is getting an issue. There will be about 500 to 1000 users at a time. So all the people doing this operation will make the server very slow.
Is there any way, I can load all the information to a local variable and do a direct javascript call instead of Ajax. My data contains about 50,000 records (one word in each record. The records can increase to 1 lakh).
Will this be a feasible solution. Will javascript variable be able to hold this much data. Should I create a cookie to do this..
I am not sure whether this is a feasible solution or not..
please tell me a good optimal solution to handle this problem
techbie
Start Free Trial