I have a large number of rows that I need to export in CSV but the problem is that it is so large that it’s timing out (I already increased the time out to the max) so I was wondering if there is any way to use batch to export my data without blocking the user.
For example, click in Export and would start the batch process but user can still navigate on the site and as soon batch is complete than it popups to save the CSV file.
Is that possible in Yii2? If not, do you have another suggestion of exporting such a large database?