简体   繁体   中英

Handle large data with php and mysql

I am performing a calculation on large data set in mysql with laravel but it is making the page load very slow or sometimes server can't handle it. Is there any way to perform some calculation on a larger dataset. Can stored procedure or chunks will help to improve performance.

Provide more details which kind of data you are dealing with . for large data set you need to chunk them and perform calculation and group them up is good way because of you use big data set it will definitely increase time and load for operations.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM