| refactor: 压缩函数行数和嵌套深度 - BatchQueryDuplicates: 68行拆分为主函数+3个辅助函数, 主函数降至34行 - Deduplicate: 提取ExecuteDuplicateUpdates, 嵌套深度从5降至3 Signed-off-by: cilinf <fumenglei@huawei.com> | 15 天前 |
| 分享脏数据后台和前台冲突避让 Signed-off-by: AnakinJiang <jiangjinpeng3@huawei.com> | 3 个月前 |
| fix Signed-off-by: cilinf <fumenglei@huawei.com> | 15 天前 |
| refactor: 文件重命名 batch_* -> custom_restore_* 源文件重命名: - batch_scanner_obj.h/.cpp -> custom_restore_scanner_obj.h/.cpp - batch_scan_strategy.h/.cpp -> custom_restore_strategy.h/.cpp - batch_restore_types.h -> custom_restore_types.h 测试文件重命名: - batch_*_test.h/.cpp -> custom_restore_*_test.h/.cpp (8个文件) 更新所有 #include 引用和 BUILD.gn 路径 更新 scan_strategy_manager.cpp 中 BatchScanStrategy -> CustomRestoreStrategy Signed-off-by: cilinf <fumenglei@huawei.com> | 15 天前 |