目标列表中的匹配运算符跨越了每个 JIT 阈值
作者: bagbag创建于 2026年9月18日更新于 2026年9月18日
标签bug
Limit (cost=10.00..10.07 rows=5 width=16) (actual rows=5.00 loops=1) Buffers: shared hit=23 -> Custom Scan (ParadeDB Base Scan) on jit_repro (cost=10.00..10.07 rows=5 width=16) (actual rows=5.00 loops=1) Table: jit_repro Index: jit_repro_idx Segment Count: 1 Heap Fetches: 5 Exec Method: TopKScanExecState Scores: false TopK Limit: 5 Queries: 1 Tantivy Query: {"with_index":{"query":{"parse_with_field":{"field":"content","query_string":"alpha","lenient":null,"conjunction_mode":null}}}} Buffers: shared hit=23 Planning: Buffers: shared hit=127 Planning Time: 0.370 ms Execution Time: 0.075 ms
B: 同一查询,在目标列表中添加了一个匹配运算符内容来源: paradedb/paradedb