Skip to content

Instantly share code, notes, and snippets.

@vebodev
Created July 8, 2023 01:55
Show Gist options
  • Save vebodev/b49635f5621a942c56604cbdb4a77cfd to your computer and use it in GitHub Desktop.
Save vebodev/b49635f5621a942c56604cbdb4a77cfd to your computer and use it in GitHub Desktop.
查询TiKV节点状态
/* 查询 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