web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :

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

Rahul Mohta Profile Picture Rahul Mohta 21,042

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