Improve vendor entity performance by creating a "Vendor definitions" entity similar to the "Customer definitions" entity
The Vendors V3 entity has two main issues affecting performance:
1 - It is very slow, likely due to the number of data sources.
2 - It does not allow parallel processing due to the need to support a self-relation.
These issues together conspire to make data migrati...
STATUS DETAILS
New