-
### What happens?
duckdb can't install on msys2 or cygwin environment:
```sh
$ pip install -U --user duckdb
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting duckdb
Usi…
-
**Describe the problem**
For the query 2 in TPC-H benchmark:
```sql
select
s_acctbal,
s_name,
n_name,
p_partkey,
p_mfgr,
s_address,
s_phone,
s_comment
f…
-
Note that the issue tracker is NOT the place for general support. For
discussions about development, questions about usage, or any general questions,
contact us on https://discuss.xorbits.io/.
Whe…
-
- [x] replace reload script with bendctl
- [x] load data into repo.databend.rs
- [x] add schema about tpch
- [x] add reload script
- [ ] add tpch queries
-
### Problem description
Hi all, I was trying to run the TPC-H benchmark but encountered this problem:
```
/home/tison/velox-qi/cmake-build-release/velox/benchmarks/tpch/velox_tpch_benchmark --dat…
-
Currently every solution seems to execute the queries on parquet files. In the benchmark video, it is noted that duckdb runs on a different instance type to match the number of cores a distributed sys…
-
Тоже требуется спилинг ( в 24-3)
Верия: stable-24-3.07a2be0
Отчет: https://proxy.sandbox.yandex-team.ru/6826029252/index.html#suites/5ca2347561def670f9614f9de77ce220/7733c7f197709b6d/
```
Failed: : Er…
-
**Describe the problem**
For query 7 in TPC-H benchmark:
```sql
select
supp_nation,
cust_nation,
l_year,
sum(volume) as revenue
from
(
select
n1.…
-
### Is there an existing issue for the same feature request?
- [X] I have checked the existing issues.
### Is your feature request related to a problem?
CRC32() function is important in dat…
-
Multiple occurrences of flakiness for `TestHiveHistoryBasedStatsTracking.testHistoryBasedStatsCalculatorMultipleStrategies`
```
Error: Failures:
Error: TestHiveHistoryBasedStatsTracking.…