tidb-incubator / tidis

A distributed transactional large-scale NoSQL database powered by TiKV
Apache License 2.0
460 stars 30 forks source link

Which version of tikv is recommended to use? #92

Closed han-ian closed 1 year ago

han-ian commented 1 year ago

I would like to know which version of tikv the performance test was run on.

For my tests, I used tikv 5.3.0 but found that after writing a lot of data, the store size remained around 10GB and didn't grow anymore. Therefore, I suspect that tidis will not work well on tikv 5.3.0.

yongman commented 1 year ago

v6.1.0 or newer version are recommended.

han-ian commented 1 year ago

Thanks, I will try on version v6.1.0.