Skip to content
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

Merged
merged 14 commits into from
Mar 12, 2021

Conversation

HunDunDM
Copy link
Contributor

@HunDunDM HunDunDM commented Feb 1, 2021

  • tidb: refine codec
    • Reduced memory applications.
  • tidb: support obtaining table info with clustered index
  • keyviz: support obtaining table info with clustered index from tidb
  • keyviz: refine decorator
    • Performance optimization.
    • When the index info has not been updated, the index id is displayed. (Nothing will be displayed before.)
  • keyviz: refine splitter
    • Fixed a bug that the separator may be modified midway.

For clustered index, please refer to tidb#4841

  • Before
    • image
  • After
    • image

Signed-off-by: Zheng Xiangsheng <hundundm@gmail.com>
Signed-off-by: Zheng Xiangsheng <hundundm@gmail.com>
Signed-off-by: Zheng Xiangsheng <hundundm@gmail.com>
Signed-off-by: Zheng Xiangsheng <hundundm@gmail.com>
Signed-off-by: Zheng Xiangsheng <hundundm@gmail.com>
Signed-off-by: Zheng Xiangsheng <hundundm@gmail.com>
Signed-off-by: Zheng Xiangsheng <hundundm@gmail.com>
Signed-off-by: Zheng Xiangsheng <hundundm@gmail.com>
Signed-off-by: Zheng Xiangsheng <hundundm@gmail.com>
Signed-off-by: Zheng Xiangsheng <hundundm@gmail.com>
@breezewish breezewish added this to the 5.0.0 milestone Mar 9, 2021
# 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 <hundundm@gmail.com>
Signed-off-by: HunDunDM <hundundm@gmail.com>
Signed-off-by: HunDunDM <hundundm@gmail.com>
@HunDunDM HunDunDM marked this pull request as ready for review March 10, 2021 07:01
@ti-chi-bot
Copy link
Member

[REVIEW NOTIFICATION]

This pull request has been approved by:

  • baurine

To complete the pull request process, please ask the reviewers in the list to review by filling /cc @reviewer in the comment.
After your PR has acquired the required number of LGTMs, you can assign this pull request to the committer in the list by filling /assign @committer in the comment to help you merge this pull request.

The full list of commands accepted by this bot can be found here.

Reviewer can indicate their review by writing /lgtm in a comment.
Reviewer can cancel approval by writing /lgtm cancel in a comment.

@baurine
Copy link
Collaborator

baurine commented Mar 12, 2021

except the codec.go (I didn't review the codec.go file), others look fine.

@breezewish
Copy link
Member

/lgtm

@breezewish
Copy link
Member

/merge

@ti-chi-bot
Copy link
Member

This pull request has been accepted and is ready to merge.

Commit hash: 775fab7

@ti-chi-bot ti-chi-bot merged commit ed090dc into pingcap:master Mar 12, 2021
breezewish added a commit that referenced this pull request Mar 12, 2021
* 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)
@HunDunDM HunDunDM deleted the keyviz/fix-row-id branch March 12, 2021 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants