Implement merge strategies which take advantage of transaction diff information
未關閉
- 主要語言
- Haskell
- 星號
- 952
- 分支
- 50
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Once we store transactional difference information (pending the new file layout), we should circle back to the existing merge strategies and implement any relevant new merge strategies which take advantage of the diff information.
In #176, @ruhatch discovered that the union merge strategy failed up simple tuple updates when using `autoMergeToHead` in the `Client.Simple` API. The Union merge strategy could be changed to take into account which tuples have actually changed so that a union of the tuples should be obvious, especially if the candidate keys were not updated. It may not make sense to continue to call it a union merge, though.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。