SQL优化 扫描total_keys数的奇怪问题。

1、这个问题已有对应的 PR,https://github.com/tikv/tikv/pull/10573 ,后面版本会修复
2、现在解决办法,有点麻烦:(如果现在不是很紧急,建议等升级)
对这个 store 先后执行
tikv-ctl compact -d kv -c write
tikv-ctl compact -d kv -c default
tikv-ctl compact -d kv -c write --bottommost force
tikv-ctl compact -d kv -c lock --bottommost force