Skip to content

Commit 59da6ce

Browse files
authored
docs: Update documentation for 0.4.0 release (#1096)
* update TPC-H results * update Maven links * update benchmarking guide and add TPC-DS results * include q72
1 parent bfd7054 commit 59da6ce

19 files changed

+1945
-100
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The following chart shows the time it takes to run the 22 TPC-H queries against
4646
using a single executor with 8 cores. See the [Comet Benchmarking Guide](https://datafusion.apache.org/comet/contributor-guide/benchmarking.html)
4747
for details of the environment used for these benchmarks.
4848

49-
When using Comet, the overall run time is reduced from 616 seconds to 374 seconds, a 1.6x speedup, with query 1
49+
When using Comet, the overall run time is reduced from 615 seconds to 364 seconds, a 1.7x speedup, with query 1
5050
running 9x faster than Spark.
5151

5252
Running the same queries with DataFusion standalone (without Spark) using the same number of cores results in a 3.6x
@@ -55,21 +55,21 @@ speedup compared to Spark.
5555
Comet is not yet achieving full DataFusion speeds in all cases, but with future work we aim to provide a 2x-4x speedup
5656
for a broader set of queries.
5757

58-
![](docs/source/_static/images/benchmark-results/0.3.0/tpch_allqueries.png)
58+
![](docs/source/_static/images/benchmark-results/0.4.0/tpch_allqueries.png)
5959

6060
Here is a breakdown showing relative performance of Spark, Comet, and DataFusion for each TPC-H query.
6161

62-
![](docs/source/_static/images/benchmark-results/0.3.0/tpch_queries_compare.png)
62+
![](docs/source/_static/images/benchmark-results/0.4.0/tpch_queries_compare.png)
6363

6464
The following charts shows how much Comet currently accelerates each query from the benchmark.
6565

6666
### Relative speedup
6767

68-
![](docs/source/_static/images/benchmark-results/0.3.0/tpch_queries_speedup_rel.png)
68+
![](docs/source/_static/images/benchmark-results/0.4.0/tpch_queries_speedup_rel.png)
6969

7070
### Absolute speedup
7171

72-
![](docs/source/_static/images/benchmark-results/0.3.0/tpch_queries_speedup_abs.png)
72+
![](docs/source/_static/images/benchmark-results/0.4.0/tpch_queries_speedup_abs.png)
7373

7474
These benchmarks can be reproduced in any environment using the documentation in the
7575
[Comet Benchmarking Guide](https://datafusion.apache.org/comet/contributor-guide/benchmarking.html). We encourage
27.8 KB
Loading
42.1 KB
Loading
62.7 KB
Loading
88.3 KB
Loading
28.6 KB
Loading
33.6 KB
Loading
36.7 KB
Loading
46.9 KB
Loading

docs/source/contributor-guide/benchmark-results/0.3.0/datafusion-python-tpch.json

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)