View Issue Details

IDProjectCategoryView StatusLast Update
0006943SymmetricDS ProImprovementpublic2025-06-16 15:13
Reporteremiller Assigned Toemiller  
Prioritylow 
Status assignedResolutionopen 
Product Version3.16.0 
Target Version3.16.4 
Summary0006943: Combine the Load Details screen's queries for complete and incomplete tables into one query
DescriptionCurrently, the Load Details screen uses two separate queries to retrieve rows from sym_extract_request: one where the loaded_time is null and another where the loaded_time is not null. It would improve performance if these two queries were combined into one query and the loaded_time was checked in memory instead.
Tagsinitial/partial load, performance, ui

Activities

emiller

2025-06-16 15:13

developer   ~0003095

Open-source PR: https://github.com/JumpMind/symmetric-ds/pull/299

Issue History

Date Modified Username Field Change
2025-06-16 13:08 emiller New Issue
2025-06-16 13:08 emiller Status new => assigned
2025-06-16 13:08 emiller Assigned To => emiller
2025-06-16 13:08 emiller Tag Attached: initial/partial load
2025-06-16 13:08 emiller Tag Attached: performance
2025-06-16 13:08 emiller Tag Attached: ui
2025-06-16 15:13 emiller Note Added: 0003095