Active
Project:
Import / Export API
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2007 at 23:27 UTC
Updated:
12 Oct 2009 at 14:40 UTC
Jump to comment: Most recent
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.
Comments
Comment #1
Sunil Mohan commentedI 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
Comment #2
sunComment #3
mariuss commentedNot sure why this was closed, still a valid feature request.
Comment #4
Anonymous (not verified) commentedCertainly not a "feature" to request. This may be a duplicate.