658 B
658 B
- [P20260219-053211] 2026-02-19 05:32:11 +0800
- summary: 我的意思是。这里有2条记录:ID 为1 Hash为A fetched_at 是2月1日。ID 为1 Hash为B fetched_at 是2月5日。现在2月19日, force_full_update=True ,新数据,ID 为1 Has…
- prompt:
我的意思是。这里有2条记录:ID 为1 Hash为A fetched_at 是2月1日。ID 为1 Hash为B fetched_at 是2月5日。现在2月19日, force_full_update=True ,新数据,ID 为1 Hash又为A了。现在的流程如何处理的?我理想的方法应该是,找到最晚的fetched_at 记录。Hash为B,判断不同,则新增记录。现在是这样的么