4paradigm / 4paradigm/OpenMLDB
For stand-alone version, the data in the db directory is not cleared after restart
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 331
- Avg merge
- 12d 12h
- Merged PRs (30d)
- 1
Description
**Bug Description**
For stand-alone version, the data in the db directory is not cleared after restart.

After the stand-alone version is restarted, the data is cleared, and the data in the same db directory should also be cleared
**Expected Behavior**
**Steps to Reproduce**
1.
2.
3.
4.
Contributor guide
Research direction
The issue mentions a 'db directory' not being cleared on restart of the stand-alone version. Look for code handling data persistence and cleanup in the stand-alone mode, likely in storage or initialization modules. Check how the database directory is managed on startup and shutdown. Determine what 'cleared' means—whether it's deleting files or resetting in-memory state—and verify the expected behavior against the current implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- databases, machine-learning, sql
- Domain
- backend, databases, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100