Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hello...
can anyone know Which is best PHP Framework for handling large amount of data.
I have around 4 lac data with ciy wise search .so I am confused to choose PHP framework which can handle that much data or should i move to core PHP ???

Thanks
Posted
Updated 13-Jul-15 20:16pm
v3
Comments
Sergey Alexandrovich Kryukov 14-Jul-15 2:24am    
The question simply makes sense. The frameworks are not written to handle more or less data, they are written to implement different techniques. What to choose depends on what you want to do with data. And even if we knew that, the question would not be reasonable, because, to calculate the "best", you would need to define the order relationship predicate NotBetterThan. I don't think you can do that. Better of not better for what?
—SA

1 solution

400000 records (or even 4000000 if I misunderstood lac) are small data - not even middle range...So you can go with standard PHP libraries for data manipulation...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900