Created
July 8, 2023 01:55
-
-
Save vebodev/b49635f5621a942c56604cbdb4a77cfd to your computer and use it in GitHub Desktop.
查询TiKV节点状态
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 查询 TiKV 节点状态 */ | |
select * from INFORMATION_SCHEMA.TIKV_STORE_STATUS; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment