Move all admin APIs to information_schema or implement them as SQL function #3161
Labels
breaking-change
This pull request contains breaking changes.
C-user-experience
Category User Experience
Milestone
What type of enhancement is this?
Tech debt reduction, User experience
What does the enhancement do?
Before we make improvements for
information_schema
in #2931 , we designed some HTTP APIs under/admin
to query table metadata or routes etc.Some APIs such as
/tables
,/schemas
are already supported byinfomration_schema.tables
orinfomration_schema.schamta
virtual tables. Others can be moved intoinfomration_schema
too, for example, the table routes info.Also, we can implement SQL functions to support some management APIs such as migrating regions.
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: