-
We already knew query ~17~ 8 is slow but we just did not the reason. Since query 17 will meet oom error in current master.
With the new feature `trace`, we can better understand our query execution …
-
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before asking
- [X] I have searched in the [issue…
-
- [x] execute tpch queries for ogr, pg_sheet and base multiple times in a row
- [ ] Test different Sheetreader parallelism parameters (and maybe batch size)
-
Drill version:
1.22.0-SNAPSHOT
**Describe the bug**
the mergejoin memery leak.
**To Reproduce**
1. Configure direct memory, In the drill-env.sh file in the conf directory add:
export DRILL_M…
-
## Feedback from readers
Three sections: feedback, top working searches, and top failed searches.
Please check off the feedback and failed searches as you fix them and
please add the label to your PR…
-
-
### Description
I'm trying to run TPC-H Q3 and compare the performance between Wayang and SparkSQL under the following setup:
* Running both Spark (3.5.1) and Wayang on a local VM with 32 CPU co…
-
Would you please help me with that?
```
06:56:41 Database Error in model stg_tpch_orders (models/staging/tpch/stg_tpch_orders.sql)
06:56:41 syntax error at or near ")"
06:56:41 LINE 16: )…
-
**Describe the bug**
Using dataframe.repartition() function doesn't work as expected.
**To Reproduce**
Using the tpch bin from benchmarks, convert the .tbl (csv) files to Parquet format using t…
-
The original [query 17](https://github.com/pingcap/tidb-bench/blob/master/tpch/queries/17.sql) in the TPC-H benchmark is:
```sql
select
sum(l_extendedprice) / 7.0 as avg_yearly
from
lineitem,
…