I’m new to Dynamics AX Development. And I was quickly surprised by MorphX Ide. When I create objects in the AOT and click save, it asks me to Synchronize database, and this takes 20-30 mn. Is this a normal behavior? if yes is there a way to avoid doing a full synch everytime but just the newly created objects or modified ones?
Especially when EDTs are created it would synchronize the DB when it is saved and it does take longer time. In our case I remember it would take 15 to 20 minutes. I think it also depends on the size of the db. New classes and custom tables should get created right then and new table synchronization should be pretty quick though. Hope this helps.
It will do the full syncronization (even you sync single table), in the case of last syncronization is interrupted between the process.
Once it’s completed, next time it sync only single object which you want to do (not syncs all objects automatically)
I haven’t experience the very same behavior & couldn’t reproduce in my environment. Have a look on your kernel version. If it’s old apply latest kernel version.