Open hujiahuan opened 3 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
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。