4paradigm / 4paradigm/OpenMLDB
Some functions in tablet_impl and nameserver_impl only support memtable now
Open
enhancement
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 331
- Avg merge
- 12d 12h
- Merged PRs (30d)
- 1
Description
``` cpp
DeleteIndex
SendIndexData
LoadIndexData
ExtractIndexData
AddIndex
```
Contributor guide
Research direction
The issue mentions functions in tablet_impl and nameserver_impl that currently only support memtable. Look for these files in the codebase to understand the current implementations. Examine the listed functions (DeleteIndex, SendIndexData, LoadIndexData, ExtractIndexData, AddIndex) to see how they interact with memtable and what other storage engines might need support. Check for existing tests or documentation about index handling to understand the expected behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100