在准备环境前提交次全部更改。
This commit is contained in:
6
docs/audit/prompt_logs/prompt_log_20260219_051010.md
Normal file
6
docs/audit/prompt_logs/prompt_log_20260219_051010.md
Normal 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 新记录
|
||||
```
|
||||
Reference in New Issue
Block a user