pingcap / go-ycsb

A Go port of Yahoo! Cloud Serving Benchmark (YCSB)
Apache License 2.0
602 stars 243 forks source link

YCSB to test TiKV (without TiDB). #167

Open hujiahuan opened 3 years ago

hujiahuan commented 3 years ago

Can go-yCSB set the number of file bytes?if not. When the Go-yCSB Load, what is the number of bytes written per time? Is it a fixed number of bytes or random? Thank you very much。

haojinming commented 2 years ago

Default key size + value size is about 1K(1083 bytes actually). Value size can be changed with fieldcount(default 10) and fieldlength(default 100), Please see https://github.com/pingcap/go-ycsb/blob/4bd36c735e844a08261f28a10bcf11c7174b7eae/pkg/prop/prop.go#L17-L111