Skip to main content

Notifications

Announcements

No record found.

Choosing between OData and Data management in Microsoft Dynamics 365 Finance and Operations

Choosing between OData and Data management in Microsoft Dynamics 365 Finance and Operations

  • OData
    • Works synchronously
    • Always row by row operations
    • No batch bundling
    • Sequencing not possible
    • Not so scalable
    • Good for real time calls
    • No recommended to user with PowerBI
      • Leads to lot of IO and servicer resources

  • Data management
    • Works Asynchronously
    • Can be done on bulk rows (set based operation possible)
    • use batch bundling and parallelism
    • Can sequence and process multiple data entities
    • Highly scalable
    • Good for bulk data import/export
    • Recommended with BYOD and ADL

Comments

*This post is locked for comments