콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
4 답글
8001 화면

 Hi

I try to import data from a csv file but it's seem that it's impossible to import more than 400 lines.

How can i avoid this ?

Thanks for your help

아바타
취소

What does 'impossible' mean? Do you get an error message? Something else?

Sure You can import 400 lines, but from my experience, more than 5.000 at once is a bad idea, the process will take forever

I tried 400 records and it worked in 10 minutes, tried 1700 and it took forever! So I had to terminate it after an hour waiting and then imported directly to database.

Today, on a dual core 8GB server, I imported three files of 5,000 items each in 25 seconds per file with regular timeout from nginx. It depends on what you are importing - which model - and how many fields.

베스트 답변

Check if you have a reverse proxy like nginx. It ussually makes timeout before the operation is complete. I disable reverse proxy before uploading large data files.  

아바타
취소