This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-site.git
The following commit(s) were added to refs/heads/main by this push:
new 912c4ab fix image links (#121)
912c4ab is described below
commit 912c4ab43167becc92c118a3589051065ff321e1
Author: Andy Grove <[email protected]>
AuthorDate: Wed Oct 22 07:42:10 2025 -0600
fix image links (#121)
---
content/blog/2025-10-21-datafusion-comet-0.11.0.md | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/content/blog/2025-10-21-datafusion-comet-0.11.0.md
b/content/blog/2025-10-21-datafusion-comet-0.11.0.md
index 7743a92..dd22a08 100644
--- a/content/blog/2025-10-21-datafusion-comet-0.11.0.md
+++ b/content/blog/2025-10-21-datafusion-comet-0.11.0.md
@@ -106,11 +106,21 @@ New expression capabilities include:
Comet 0.11.0 continues to deliver significant performance improvements over
Spark. In our [TPC-H
benchmarks](https://github.com/apache/datafusion-comet/pull/2596), Comet
reduced overall query runtime from 687 seconds to 302 seconds when processing
100 GB of Parquet data using a single 8-core executor, achieving a **2.2x
speedup**.
-
+<img
+src="/blog/images/comet-0.11.0/tpch_allqueries.png"
+width="100%"
+class="img-responsive"
+alt="TPC-H Overall Performance"
+/>
The performance gains are consistent across individual queries, with most
queries showing substantial improvements:
-
+<img
+src="/blog/images/comet-0.11.0/tpch_queries_compare.png"
+width="100%"
+class="img-responsive"
+alt="TPC-H Query-by-Query Comparison"
+/>
You can reproduce these benchmarks using our [Comet Benchmarking
Guide](https://datafusion.apache.org/comet/contributor-guide/benchmarking.html).
We encourage you to run your own performance tests with your workloads.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]