Export of lots items from export/import controller

Did anyone solve the performance problem with the export/import controller when you have 100k plus records in your table?

What problem? It depends on the efficiency of the model logic.

That is all I got when trying to export about 30k records. Each record has 2-3 extra relationship.

Try using the chunk method to build an array of simple values. Building an array of models will be memory intensive.