forked from databendlabs/databend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: add mget_id_value_compat()
`mget_id_value_compat([names])` fetch a list of `name->id->value` from meta-service with exact 2 mget() operations. This method can be used to optimize batch get operations. For example to get a list of `(DatabaseNameIdent, DatabaseId, DatabaseMeta)`. This method requires the id type to be a `Id<xxxId>` type. - Part of databendlabs#16421
- Loading branch information
1 parent
9ac1368
commit f2433f2
Showing
1 changed file
with
196 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters