You are not logged in.
How to solve the problem of importing large files by
plugin data injection?
file 2Mb+, about 20k+ records
The problem is that due to probably timeouts the file is not imported completely, and the import after 30 minutes stands still and hangs on the progress screen, refreshing causes import from the beginning.
Some solution:
On Mysql/Mariadb:
SET GLOBAL innodb_buffer_pool_size=1129145600;
PHP:
max_execution_time=3600;
Last edited by wolvverinemp (2022-06-23 20:23:22)
Offline