Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: tikv-control#手动-compact-单个-tikv-的数据 文档有误
–db cannot be used, it should actually be -d
And the parameter introduction for -c is missing
Additionally,
compact-cluster does not have a specific usage introduction
The actual usage is somewhat different from compact. For compact-cluster, you should specify --pd, while for compact, you specify --host.
Has your compact finished running?
Not yet. Out of a total of more than 20,000 execution statements, only over 7,000 have been processed.
cf-write has significantly decreased.
A single thread is too slow.
I started 4 threads. One thread takes a long time to execute a single task. The 4 threads together occupy about 40-50% of the I/O, so I don’t dare to add more.
There are also bug finders. Impressive.
I would like to provide feedback on the documentation issue.
It looks like tikv-ctl: Migrate clap to structopt by peng1999 · Pull Request #10837 · tikv/tikv · GitHub forgot to include the long opt during the migration It seems that the long opt was not added initially, causing the --db
option to be unavailable. I updated the documentation a bit.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.