I want to bulk import CSV data to Drupal 7. Here is the scenario:
- I am using 3 entities to combine and form a 4th entity;
- I have to perform CRUD operation with this CSV import;
The process is slowing down with time: there are around 18000 records in the CSV, and this number may increase in the future.
How can I improve the performance?