4paradigm / 4paradigm/OpenMLDB

Re-org snapshot for disk table

Open
#1,261 0 comments 0 reactions 2 assignees Claimed by @Leowner View on GitHub
enhancement
Dominant language
C++
Stars
1.7k
Forks
331
Avg merge
12d 12h
Merged PRs (30d)
1

Description

**Is your feature request related to a problem? Please describe.**
disk-based table

**Describe the solution you'd like**
Now the disk-table snapshot is not used and not necessary. We already have data persist in disk.
Can remove the disk_table_snapshot. But we have to be careful not to break the original snapshot-related features.

Contributor guide

Open the contributing guide

Research direction

Look for disk_table_snapshot in the codebase, likely in storage or snapshot modules. Understand how disk-based tables persist data and how snapshots are used elsewhere to avoid breaking existing functionality. Test after removal to ensure snapshot-related features still work.

Written by the indexing model from the issue text.

Assessment

Domain
databases
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.