## Feature Request **Is your feature request related to a problem? Please describe:** <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> Currently, users don't know that `--rows` can enable inner-table concurrency. **Describe the feature you'd like:** <!-- A clear and concise description of what you want to happen. --> 1. Add hint in dumpling help info. 2. Add hint in dumpling's log when `--rows` is not set, like we did for `tikv_gc_lifetime`. 3. A more radical way is to set `--rows` for default, which is better after https://github.com/pingcap/dumpling/pull/177 is merged. Need more discussion. **Describe alternatives you've considered:** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Teachability, Documentation, Adoption, Optimization:** <!-- If you can, explain some scenarios how users might use this, situations it would be helpful in. Any API designs, mockups, or diagrams are also helpful. -->
Feature Request
Is your feature request related to a problem? Please describe:
Currently, users don't know that
--rowscan enable inner-table concurrency.Describe the feature you'd like:
--rowsis not set, like we did fortikv_gc_lifetime.--rowsfor default, which is better after support both filesize and rows arguments #177 is merged. Need more discussion.Describe alternatives you've considered:
Teachability, Documentation, Adoption, Optimization: