Importer und Migrationen würde ich niemals mit ORM machen.
Immer direkt als Array in die Datenbank. Entweder oldschool mit 
$GLOBALS['TYPO3_DB']->exec_INSERTquery() oder etwas moderner über den 
Querybuilder 
(https://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/Database/QueryBuilder/Index.html).
 Performance-Faktor 10 dürfte nicht reichen.
--
TYPO3 separates the men from the boys :D
TYPO3-Training from in2code.de
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an