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 |
Jump to:
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
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
#3
Not sure why this was closed, still a valid feature request.
#4
Certainly not a "feature" to request. This may be a duplicate.