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

Since db_meta is never used, this part can be simplified to let res = get_id_value(self, tenant_db_name...) ..., which will save one RPC to metasrv. #5303

Closed
BohuTANG opened this issue May 11, 2022 · 0 comments · Fixed by #5345
Assignees
Labels
C-improvement Category: improvement

Comments

@BohuTANG
Copy link
Member

Since db_meta is never used, this part can be simplified to let res = get_id_value(self, tenant_db_name...) ..., which will save one RPC to metasrv.

But it's not a big deal and can be done in next PR.

Originally posted by @drmingdrmer in #5286 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-improvement Category: improvement
Projects
Development

Successfully merging a pull request may close this issue.

2 participants