4paradigm / 4paradigm/OpenMLDB
Want to provide a way to query internal tasks
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 331
- Avg merge
- 12d 12h
- Merged PRs (30d)
- 1
Description
**Describe the feature you'd like**
A clear and concise description of what you want to happen.
It is hoped that openmldb can be used internally to view the execution of internal tasks. For example, when batch sql is executed in an online environment, when the amount of data is large, the task usually takes a long time to execute. There is no way to view the status of the task, especially when the CLI is disconnected.
**Additional context**
Add any other context or screenshots about the feature request here.
Contributor guide
Research direction
The issue requests a way to query internal task status, especially for long-running batch SQL jobs in an online environment. Look at the task execution and management code in the OpenMLDB backend. Identify where tasks are tracked and how their state is stored. Determine how to expose this state via a query interface, possibly through system tables or a new CLI command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sql
- Domain
- backend, databases, observability
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100