coderfender commented on PR #21456:
URL: https://github.com/apache/datafusion/pull/21456#issuecomment-4209846600

   Query 0 in clickbench_extended is now ~ 11 % faster :
   
   ```
   ┃ Query     ┃    main_cb ┃ bitmap_cb_2 ┃        Change ┃
   ┡━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
   │ QQuery 0  │  529.46 ms │   478.99 ms │ +1.11x faster │
   
   ```
   (Other queries are faster but I believe that is more around variance )
   
   
   ```
   ┏━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
   ┃ Query     ┃    main_cb ┃ bitmap_cb_2 ┃        Change ┃
   ┡━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
   │ QQuery 0  │  529.46 ms │   478.99 ms │ +1.11x faster │
   │ QQuery 1  │  107.43 ms │   102.59 ms │     no change │
   │ QQuery 2  │  250.89 ms │   240.76 ms │     no change │
   │ QQuery 3  │  207.67 ms │   207.49 ms │     no change │
   │ QQuery 4  │  391.43 ms │   353.05 ms │ +1.11x faster │
   │ QQuery 5  │ 4144.11 ms │  4084.08 ms │     no change │
   │ QQuery 6  │  676.03 ms │   622.21 ms │ +1.09x faster │
   │ QQuery 7  │  719.78 ms │   599.06 ms │ +1.20x faster │
   │ QQuery 8  │  238.30 ms │   207.27 ms │ +1.15x faster │
   │ QQuery 9  │ 1531.52 ms │  1406.34 ms │ +1.09x faster │
   │ QQuery 10 │  435.27 ms │   403.28 ms │ +1.08x faster │
   │ QQuery 11 │ 1043.68 ms │   955.22 ms │ +1.09x faster │
   │ QQuery 12 │  113.16 ms │   106.31 ms │ +1.06x faster │
   └───────────┴────────────┴─────────────┴───────────────┘
   ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
   ┃ Benchmark Summary          ┃            ┃
   ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
   │ Total Time (main_cb)       │ 10388.73ms │
   │ Total Time (bitmap_cb_2)   │  9766.66ms │
   │ Average Time (main_cb)     │   799.13ms │
   │ Average Time (bitmap_cb_2) │   751.28ms │
   │ Queries Faster             │          9 │
   │ Queries Slower             │          0 │
   │ Queries with No Change     │          4 │
   │ Queries with Failure       │          0 │
   └────────────────────────────┴────────────┘
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to