Record canonical_object_type inventory baseline

This commit is contained in:
OpenAI Codex
2026-04-01 08:39:19 +08:00
parent 6e12dc8b62
commit d1477f49ec

View File

@@ -218,6 +218,20 @@ Remote: `ssh://git@nas:2222/tei/pbf.git`
- 但还远没有摆脱“日文语义值” - 但还远没有摆脱“日文语义值”
- 最大头仍然是: - 最大头仍然是:
- `canonical_object_type` - `canonical_object_type`
当前关于 `canonical_object_type` 的快速基线:
- 当前 `/home/wwwroot/pbf-delivery-karatsu-20nm` 成品 PBF 中
- 实际出现的 distinct `canonical_object_type` 一共有 `137`
- 数据库中可以直接查
- 主表:`pbf_relayer_candidates`
- 字段:`canonical_object_type`
- 已有索引:`idx_navsea_object (canonical_object_type, geom_type)`
- 当前数据库表规模:
- `pbf_relayer_candidates``6,664,855`
- 说明:
- `PBF` 里的 distinct 数 = 当前这批成品实际输出了多少种
- `数据库` 里的 distinct 数 = 候选对象全集范围,通常会大于等于当前成品 PBF
- `semantic_key` - `semantic_key`
- `detection_key` - `detection_key`