-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
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
keyviz: support obtaining table info with clustered index from tidb #845
Conversation
Signed-off-by: Zheng Xiangsheng <[email protected]>
Signed-off-by: Zheng Xiangsheng <[email protected]>
Signed-off-by: Zheng Xiangsheng <[email protected]>
Signed-off-by: Zheng Xiangsheng <[email protected]>
Signed-off-by: Zheng Xiangsheng <[email protected]>
Signed-off-by: Zheng Xiangsheng <[email protected]>
Signed-off-by: Zheng Xiangsheng <[email protected]>
Signed-off-by: Zheng Xiangsheng <[email protected]>
Signed-off-by: Zheng Xiangsheng <[email protected]>
Signed-off-by: Zheng Xiangsheng <[email protected]>
# Conflicts: # pkg/keyvisual/matrix/average.go # pkg/keyvisual/matrix/distance.go # pkg/keyvisual/matrix/distance_test.go # pkg/keyvisual/storage/region.go # pkg/keyvisual/storage/stat.go
Signed-off-by: HunDunDM <[email protected]>
Signed-off-by: HunDunDM <[email protected]>
Signed-off-by: HunDunDM <[email protected]>
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by writing |
except the codec.go (I didn't review the codec.go file), others look fine. |
/lgtm |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 775fab7
|
* use cache for slow query and statements (#828) * Optimize slow-query list (#835) * keyviz: fix the bug that table info cannot be obtained if the database name contains special chars (#840) * ui: remember the coarse scrolled position for statements and slow queries list (#843) * ui: refine page change statistics (#839) * fix slow query bug when order by other fields (#838) * config: fix the bug that the dynamic config cannot be obtained when the PD starts later than the dashboard server (#842) * Add placeholders for using scaffold (#844) * ui: add more shared session expired duration options (#849) * Fix(ui): Fix statemtent list initial loading (#846) * Update github.com/oleiade/reflections to v1.0.1 to avoid checksum mismatch (#850) * update package name (#857) * keyviz: support obtaining table info with clustered index from tidb (#845)
codec
For clustered index, please refer to tidb#4841