Retrieve then Delete - optimization

3
Hi all, I know that Mendix optimizes retrieve and aggregate actions where possible - https://docs.mendix.com/howto/logic-business-rules/optimizing-microflow-aggregates Does anybody know if the same is true if I do a retrieve and then a delete? It seems redundant to retrieve all the data just to be able to delete the object. If it is not optimized then is there another way to delete object without retrieving them? -Andrej
asked
1 answers
2

I don't have the answer, but did you try logging on trace level to see what database calls are performed? Perhaps this gives some insight.

answered