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
tidb_analyze_version=2
Please answer these questions before submitting your issue. Thanks!
mysql -Be RESTORE DATABASE * from 's3://benchmark/tpcc-1000-new'
mysql> set tidb_analyze_version=1; Query OK, 0 rows affected (0.03 sec) mysql> analyze table tpcc.customer; Query OK, 0 rows affected (59.23 sec) mysql> set tidb_analyze_version=2; Query OK, 0 rows affected (0.03 sec) mysql> analyze table tpcc.customer; ERROR 2013 (HY000): Lost connection to MySQL server during query
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | tidb_version() | +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Release Version: v5.2.0-alpha-316-g014005ab6 Edition: Community Git Commit Hash: 014005ab68b5c9a28795d13c1ca685cf46a3be7e Git Branch: master UTC Build Time: 2021-07-17 09:44:18 GoVersion: go1.16.4 Race Enabled: false TiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306 Check Table Before Drop: false | +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.14 sec)
The text was updated successfully, but these errors were encountered:
I guess this is caused by OOM. I'll contact you for more information.
Sorry, something went wrong.
It will be improved in the next sprint. Move down the severity.
closed via #28999
Please check whether the issue should be labeled with 'affects-x.y' or 'fixes-x.y.z', and then remove 'needs-more-info' label.
winoros
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: