I'm working to export DataEntities for my BYODB (SQL Azure) and I would like to export by default all entities in incremental mode. I don't know if there will be any issue with transactional DataEntities like InventTrans or Purchline/salesline etc... in term of performance...My thinking is to export all DataEntities in incremental mode where possible... full if not possible in incremental and use a filter on DataEntities (for example the creation date greater than the start of the current year) in order to limit the range of data to export. Do you think this is a good approach or is it better to choose full build as default method of exporting?
Any suggestion is welcome