Performance behavior since mendix 7

3
We have a microflow which retrieves records from a single entity which represents a flat structure (based on an excel import), these records are split in a so to say hierarchy of 6 entities, in which for each record we verify if the entity on a higher level already exists if not it will be created if so it will be used as a reference to an entity on a lower level. Running locally using the mendix 6 modeler for 3000 records this proces runs about 2 minutes. With the mendix 7 modeler, running locally, we can't proceed as after a minute the following error occurs "Feedback size of 35988 exceeds threshold of 5000 items which can result in sever performance problems." Can we somehow alter these settings or is there another way of using "heavy process" microflows?
asked
0 answers