We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In TiDB, there are now more tables about statistics than before.
e.g., some stats are not in stats_buckets, if the table is small, those statistics info will be in stats_top_n
stats_buckets
stats_top_n
We should synchronize the planner logic in TiDB and re-construct them in TiSpark.
The text was updated successfully, but these errors were encountered:
This issue is also the main cause for some integration tests that are previously ignored concerning statistics.
Sorry, something went wrong.
birdstorm
No branches or pull requests
In TiDB, there are now more tables about statistics than before.
e.g., some stats are not in
stats_buckets
, if the table is small, those statistics info will be instats_top_n
We should synchronize the planner logic in TiDB and re-construct them in TiSpark.
The text was updated successfully, but these errors were encountered: