Hi,
4 months ago I had a project where a large app had to be converted into using a 100%Dataverse in stead of a partial SQL database (with a deadline), a very big overhaul.
I was running into problems that for all intents an purposes made developement impossible after I turned on user defined functions and with it the NAE (new analysis engine).
Changing code resulted into waiting times of close to a minute for each letter typed. I had to first find out that the NAE was the problem, remove all user defined functions, turn off NAE and then deal with 1300 errors in my code after that.
I now see that the NAE is becoming default.
Have issues been addressed or should I have made my app in a way they are not problems?