[TYPO3-dev] Extbase extension performance
    Tomiţă MILITARU 
    tomita.militaru at gmail.com
       
    Sat Feb 16 09:19:32 CET 2013
    
    
  
Hello,
I am building an extbase extension that imports from a CSV file > 100.000
records, reading line by line and adding object by object to the
repository. But that never finishes as it takes way too long, 30 k records
in 20 minutes and still running.
Is it a better way to do it or should I just switch to the classic
exec_INSERTquery functions as it worked much better this way than using
extbase.
Thanks!
    
    
More information about the TYPO3-dev
mailing list