4paradigm / 4paradigm/OpenMLDB

show database status

Open
#2,744 0 comments 0 reactions 1 assignee Claimed by @zhanghaohit View on GitHub
enhancement sql storage-engine
Dominant language
C++
Stars
1.7k
Forks
331
Avg merge
12d 12h
Merged PRs (30d)
1

Description

**Describe the feature you'd like**

Use `show database status` to summarize the overall database status.

**Additional context**

Add any other context or screenshots about the feature request here.

Contributor guide

Open the contributing guide

Research direction

The issue requests a 'show database status' command. First, examine the existing SQL command parsing and execution in the codebase, likely in a parser or SQL engine module. Look for similar 'SHOW' commands to understand the pattern. Determine what 'database status' means in OpenMLDB's context—metrics like uptime, memory usage, table counts, or replication status. The implementation will involve adding a new command handler and defining the status data to collect and format.

Written by the indexing model from the issue text.

Assessment

Tech stack
sql
Domain
cli, database
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.