finch icon indicating copy to clipboard operation
finch copied to clipboard

MySQL Benchmarking: Declarative, Distributed, and Amazing

Results 5 finch issues
Sort by recently updated
recently updated
newest added

``` stage: name: read-only runtime: 10s workload: - clients: 1 group: a1 - clients: 2 group: a2 trx: - file: trx/read-only.sql data: id: generator: "int" params: max: $params.rows dist: normal...

I run into this executing `benchmarks/sysbench/setup.yaml`. Problem seems to be introduced by one of the recent commits. ``` 2024/02/09 08:42:58.619585 DEBUG workload.go:204 1(setup)/e2(dml1)/g1/c1 2024/02/09 08:42:58.619638 DEBUG workload.go:225 --- 1(setup)/e2(dml1)/g1/c1/t1(insert-rows.sql)/q1 panic:...

Hello. I'm a golang beginner. I would appreciate more detailed documentation to implement my own generator. Do you plan to add the following documents in the future? https://square.github.io/finch/api/data/ Thank you.

Hello Thank you for creating such a great tool. I want to use this tool. I've been running the tutorial for a while and noticed that the group feature doesn't...

Closing `rows` prematurely means we never add any tables to the `ANALYZE TABLE` statement, which causes a syntax error.