Skip to content

bench(csharp-query): tune scan auto prebuilt threshold#1704

Merged
s243a merged 1 commit intomainfrom
feat/csharp-query-scan-auto-prebuilt-threshold
Apr 29, 2026
Merged

bench(csharp-query): tune scan auto prebuilt threshold#1704
s243a merged 1 commit intomainfrom
feat/csharp-query-scan-auto-prebuilt-threshold

Conversation

@s243a
Copy link
Copy Markdown
Owner

@s243a s243a commented Apr 29, 2026

Summary

  • Raises the scan benchmark auto-policy cutoff for small binary join workloads from 5,000 to 7,500 input rows.
  • Names the cutoff as SmallJoinPrebuiltArtifactRowThreshold.
  • Keeps non-join and n-ary join auto-policy behavior unchanged.

Verification

  • git diff --check
  • python3 examples/benchmark/benchmark_scan_materialization.py --scales 300 --modes join,nary_join --source-modes auto,preload,artifact-prebuilt --strategies auto --repetitions 1 --format report-tsv
  • python3 examples/benchmark/benchmark_scan_materialization.py --scales 1k --modes join --source-modes auto,artifact- prebuilt,artifact --strategies auto --repetitions 1 --format report-tsv

@s243a s243a merged commit f39f5a1 into main Apr 29, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant