0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java3 forks (3 forks)auto 404
good first issue
Repository metrics
- Stars
- 4 stars (4 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Contributor guide
- Research direction
- Identify the backbone tables and attr tables in the DDL files, then determine which columns are frequently queried and should be indexed. Add CREATE INDEX statements to the appropriate migration scripts.
- Tech stack
- javasql
- Domain
- databasebackend
- Issue type
- Feature
- Prerequisites
- SQLdatabase indexing concepts