Do not inspect whole server for partial load
Open
enhancement
stale
- Dominant language
- Python
- Stars
- 9
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Use case: I have a dump of one collection, and want to load into some server.
Currently, the whole server is scanned (every bucket, every collection...) whereas it is completely unnecessary, inefficient and confusing
Contributor guide
Research direction
The issue names no files, tests, or entry points. Start by locating the load path that scans the server and compare its behavior for a dump containing one collection. Done means a partial dump loads without scanning unrelated buckets or collections, with coverage for that case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100