Capgemini / Capgemini/xrm-datamigration
Improve performance for complex mappings
Open
enhancement
- Dominant language
- C#
- Stars
- 27
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
Requests are made per record. This can exhaust the API and is extremely slow for large data sets.
**Describe the solution you'd like**
Use an in-memory map and make fewer requests (maybe batch) to increase performance.
**Additional context**
_Migrated from internal Azure DevOps._
Contributor guide
Assessment
This issue has not been assessed yet.