You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve AdvancedPricingImportExport saving of bunch data
Current implementation inserts the same data from previous bunches again and again until the import finishes.
This might work in most cases because the insert checks for duplicates but causes problems for imports that do some pre-processing on the data before running the insert. This changes also significantly improves import performance.
0 commit comments