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

Sunil Mohan’s picture

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

sun’s picture

Status: Active » Closed (fixed)
mariuss’s picture

Category: support » feature
Status: Closed (fixed) » Active

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

Anonymous’s picture

Version: 5.x-1.1 » 6.x-1.x-dev
Category: feature » task

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