jingfelix / jingfelix/EasySearch
考虑索引持久化问题
Open
enhancement
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
- 现在每本书的索引全部放在内存中,如果服务器宕机怎么办
- 索引管理除了增加,还需要删除
- 考虑一下持久化,可以先用最轻量的sqlite
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or entry points are named in the issue. Start by locating the in-memory book-index management and its add operation, then assess a lightweight SQLite persistence design that also supports deletion and preserves indexes across a server restart.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, sqlite
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100