View Issue Details

IDProjectCategoryView StatusLast Update
0007099SymmetricDSImprovementpublic2025-10-22 20:47
Reportermdrouard Assigned To 
Prioritynormal 
Status acknowledgedResolutionopen 
Product Version3.16.8 
Summary0007099: Optimize Full Load by sending index definitions before the Finalize batch is sent
DescriptionThe fix for issue 0007098 forced full loads to always sort tables by FK order, which slows the initial processing down. Sometimes this slowdown is significant!

To optimize a Full Load SymmetricDS could send index definitions before the Finalize batch is sent, right after all load-related data batches are sent.

TagsNo tags attached.

Relationships

related to 0007098 resolvedmdrouard Symmetric does not sort by FK references when sending an all all load 

Activities

mdrouard

2025-10-22 20:47

developer   ~0003512

Currently Symmetric will always sort by FK during initial load changed in the following PR
https://github.com/jumpmindinc/symmetric-ds/pull/413

Issue History

Date Modified Username Field Change
2025-10-22 17:27 mdrouard New Issue
2025-10-22 17:28 mdrouard Relationship added related to 0007098
2025-10-22 17:44 mdrouard Description Updated View Revisions
2025-10-22 18:05 mdrouard Description Updated View Revisions
2025-10-22 18:29 pbelov Summary Symmetric will always sort by FK order when sending an initial load => Optimize Full Load by sending index definitions before the Finalize batch is sent
2025-10-22 18:29 pbelov Description Updated View Revisions
2025-10-22 20:47 mdrouard Status new => acknowledged
2025-10-22 20:47 mdrouard Note Added: 0003512