alamb commented on PR #10473: URL: https://github.com/apache/datafusion/pull/10473#issuecomment-2184968464
I ran the benchmarks again: Looks to me like this PR makes planning 10% faster ``` physical_plan_tpcds_all 1.00 1074.8±5.94ms ? ?/sec 1.10 1181.1±6.54ms ? ?/sec physical_plan_tpch_all 1.00 72.2±0.77ms ? ?/sec 1.11 79.8±0.67ms ? ?/sec ``` 🚀 ```text ++ critcmp main better-cse-identifier group better-cse-identifier main ----- --------------------- ---- logical_aggregate_with_join 1.00 1038.1±44.37µs ? ?/sec 1.00 1040.8±49.37µs ? ?/sec logical_plan_tpcds_all 1.00 153.0±1.07ms ? ?/sec 1.01 154.3±0.98ms ? ?/sec logical_plan_tpch_all 1.00 17.1±0.20ms ? ?/sec 1.01 17.2±0.20ms ? ?/sec logical_select_all_from_1000 1.00 18.9±0.09ms ? ?/sec 1.01 19.0±0.11ms ? ?/sec logical_select_one_from_700 1.01 840.6±10.15µs ? ?/sec 1.00 836.0±9.66µs ? ?/sec logical_trivial_join_high_numbered_columns 1.00 789.5±33.87µs ? ?/sec 1.00 791.5±15.53µs ? ?/sec logical_trivial_join_low_numbered_columns 1.00 771.3±21.54µs ? ?/sec 1.02 785.4±21.89µs ? ?/sec physical_plan_tpcds_all 1.00 1074.8±5.94ms ? ?/sec 1.10 1181.1±6.54ms ? ?/sec physical_plan_tpch_all 1.00 72.2±0.77ms ? ?/sec 1.11 79.8±0.67ms ? ?/sec physical_plan_tpch_q1 1.00 2.6±0.02ms ? ?/sec 1.38 3.5±0.03ms ? ?/sec physical_plan_tpch_q10 1.00 3.6±0.03ms ? ?/sec 1.14 4.1±0.06ms ? ?/sec physical_plan_tpch_q11 1.00 3.1±0.03ms ? ?/sec 1.11 3.4±0.04ms ? ?/sec physical_plan_tpch_q12 1.00 2.4±0.02ms ? ?/sec 1.13 2.8±0.02ms ? ?/sec physical_plan_tpch_q13 1.00 1814.3±19.22µs ? ?/sec 1.12 2.0±0.02ms ? ?/sec physical_plan_tpch_q14 1.00 2.0±0.02ms ? ?/sec 1.18 2.4±0.02ms ? ?/sec physical_plan_tpch_q16 1.00 3.0±0.03ms ? ?/sec 1.12 3.4±0.03ms ? ?/sec physical_plan_tpch_q17 1.00 2.8±0.03ms ? ?/sec 1.10 3.1±0.03ms ? ?/sec physical_plan_tpch_q18 1.00 3.3±0.03ms ? ?/sec 1.11 3.6±0.04ms ? ?/sec physical_plan_tpch_q19 1.00 4.8±0.05ms ? ?/sec 1.07 5.2±0.05ms ? ?/sec physical_plan_tpch_q2 1.00 6.4±0.15ms ? ?/sec 1.05 6.7±0.05ms ? ?/sec physical_plan_tpch_q20 1.00 3.6±0.03ms ? ?/sec 1.08 3.9±0.03ms ? ?/sec physical_plan_tpch_q21 1.00 5.1±0.07ms ? ?/sec 1.08 5.4±0.04ms ? ?/sec physical_plan_tpch_q22 1.00 2.7±0.03ms ? ?/sec 1.10 3.0±0.02ms ? ?/sec physical_plan_tpch_q3 1.00 2.6±0.02ms ? ?/sec 1.16 3.0±0.02ms ? ?/sec physical_plan_tpch_q4 1.00 1974.3±23.01µs ? ?/sec 1.09 2.1±0.03ms ? ?/sec physical_plan_tpch_q5 1.00 3.7±0.04ms ? ?/sec 1.10 4.1±0.06ms ? ?/sec physical_plan_tpch_q6 1.00 1321.5±35.02µs ? ?/sec 1.11 1472.4±20.45µs ? ?/sec physical_plan_tpch_q7 1.00 4.7±0.04ms ? ?/sec 1.05 4.9±0.05ms ? ?/sec physical_plan_tpch_q8 1.00 5.9±0.08ms ? ?/sec 1.09 6.4±0.06ms ? ?/sec physical_plan_tpch_q9 1.00 4.4±0.05ms ? ?/sec 1.08 4.8±0.04ms ? ?/sec physical_select_all_from_1000 1.00 46.7±0.40ms ? ?/sec 1.02 47.7±0.29ms ? ?/sec physical_select_one_from_700 1.00 3.5±0.02ms ? ?/sec 1.01 3.5±0.03ms ? ?/sec ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org