根据用户 ID 动态分表
Open
- Dominant language
- Go
- Stars
- 242
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
暂定水平分表, 根据用户的 ID 取模 10, 按余数分表
```
user1
user2
user3
user4
user5
...
```
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or entry points are named. Start by locating the user persistence and database access code in the repository, then determine where table selection belongs. Done means user records are routed to one of 10 tables according to the user ID modulo 10.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100