You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The built-in way to prune on a non-key column is a data-range CHECK per
partition + constraint exclusion. Add an apples-to-apples comparison: both
prune to one partition with the same execution win; CHECK exclusion plans
~2.6x faster (~5us vs ~31us per partition), but table_range avoids the manual,
enforced (insert-blocking), rescan-on-change constraint management. Add the
measurement as section 3 of bench/benchmark.sql.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments