databend-perf
databend-perf copied to clipboard
Databend Performance Data and Visualization
current order: ``` for 10 times { Q1 } for 10 times { Q2 } ... for 10 times{ Q15 } ``` when got stable error on one query, it...
https://github.com/deepeth/etharchive.org
``` CREATE TABLE hits ( WatchID BIGINT NOT NULL, JavaEnable SMALLINT NOT NULL, Title VARCHAR NOT NULL, GoodEvent SMALLINT NOT NULL, EventTime TIMESTAMP NOT NULL, EventDate Date NOT NULL, CounterID...
currently we are using a shared databend cloud org in the perf test and the daily tests. the perf-test warehosue maybe interleaved with our manual operations, and get the following...
Currently if the CI is rerun, even if it is successful, we will not be able to upload the data correctly. ```bash INPUT_PUSH_OPTIONS: To https://github.com/datafuselabs/databend-perf ! [rejected] main -> main...
we've got databend-perf to discovery the performance degrations in databend. but the performance degration are mainly discovered by human-eyes, we can try raising github issues on the databend repo by...
https://github.com/datafuselabs/databend-perf/blob/main/collector/ontime/2022-03-28-ontime.json ``` { "metadata":{ "table":"ontime", "tag":"v0.7.0-nightly", "size":"XXXLarge" }, "schema":[ { "name":"Q1", "sql":"SELECT DayOfWeek, count(*) AS c FROM ontime WHERE Year \u003e= 2000 AND Year \u003c= 2008 GROUP BY DayOfWeek ORDER...