imports done at once or incrementally

mariuss - June 16, 2007 - 23:27
Project:Import / Export API
Version:6.x-1.x-dev
Component:Code
Category:task
Priority:normal
Assigned:Unassigned
Status:active
Description

How are imports done? In a loop, incrementally or all at once?

Looking at the api it seems that it is done all at once, which means that all the data needs to fit in memory. This would be a total no-go for large tables.

#1

Sunil Mohan - June 18, 2007 - 05:39

I saw the code and imports are done at once. Not only does it all have to fit into memory but also its storing the data in memory in an inefficient way, IMHO.

There is an old bug that discussed the issue here: http://drupal.org/node/81037

#2

sun - December 7, 2007 - 18:17
Status:active» closed

#3

mariuss - December 9, 2007 - 20:08
Category:support request» feature request
Status:closed» active

Not sure why this was closed, still a valid feature request.

#4

earnie - October 12, 2009 - 14:40
Version:5.x-1.1» 6.x-1.x-dev
Category:feature request» task

Certainly not a "feature" to request. This may be a duplicate.

 
 

Drupal is a registered trademark of Dries Buytaert.