Add indexes in sqlalchemy models
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
In postgres, all indexes were created manually, but it would be nice to add creation all indexes on start, using sqlalchemy models
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the SQLAlchemy model definitions and the application startup entry point; no specific files or tests are named in the issue. Trace how PostgreSQL tables are initialized and determine how index creation should be integrated. Done means the required indexes are created automatically on startup rather than manually.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, python, sqlalchemy
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100