SQL functions for GreptimeDB administration #2921
Labels
C-feature
Category Features
help wanted
Extra attention is needed
tracking-issue
A tracking issue for a feature.
Milestone
What problem does the new feature solve?
We need more functions to query info or do some management jobs in the GreptimeDB. We don't want to add many HTTP APIs for management but just add new SQL functions, because all these functions can be called via
select function_xxx()
through HTTP/sql
API or MySQL/Postgres protocols.Query functions
build
function to retrieve the server build info. feat: add build() function to return the database build info #2919Management
flush_table
andflush_region
functions to flush memtables of table or region. feat: flush or compact table and region functions #3363compact_table
andcompact_region
functions to start a compaction task for table or region. feat: flush or compact table and region functions #3363migrate_region
to migrate a region from one datanode to another datanode. feat: impl migrate_region and procedure_state SQL function #3325procedure_state
to query procedure state by its id feat: impl migrate_region and procedure_state SQL function #3325What does the feature do?
Add functions to query info or do some management jobs in the GreptimeDB
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: