Problem/Motivation

When exporting an large amount of entities it's possible to run into PHP memory issues or timeouts. Due to the way serialization was implemented it isn't easy to encode data in batches. I would recommend that we implement a pluggable API that allows exporting data in various formats which allows batch support. The core export types that the module will support is CSV, XML and JSON.

Comments

droath created an issue. See original summary.

  • droath committed 77be6ae on 8.x-1.x
    Issue #3057486 by droath: Improve batch export processing and...
droath’s picture

Status: Active » Fixed
droath’s picture

Status: Fixed » Closed (fixed)