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
Labels
C-improvement
Category: improvement
Since
db_meta
is never used, this part can be simplified tolet 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)
The text was updated successfully, but these errors were encountered: