在准备环境前提交次全部更改。

This commit is contained in:
Neo
2026-02-19 08:35:13 +08:00
parent ded6dfb9d8
commit 4eac07da47
1387 changed files with 6107191 additions and 33002 deletions

View File

@@ -0,0 +1,6 @@
- [P20260219-051010] 2026-02-19 05:10:10 +0800
- summary: 当前 force_full_update=True 在 ODS 层的行为:跳过 hash 去重compare_latest = False→ 所有记录都会走到 INSERT 语句ON CONFLICT 去掉 WHERE IS DISTI…
- prompt:
```text
当前 force_full_update=True 在 ODS 层的行为:跳过 hash 去重compare_latest = False→ 所有记录都会走到 INSERT 语句ON CONFLICT 去掉 WHERE IS DISTINCT FROM → 无条件 DO UPDATE SET这里有个细节。如果一条数据hash值相同但fetched_at是旧的会更新旧的记录么我理解应该是INSERT 新记录
```