fluttercommunity / fluttercommunity/flutter_downloader
Add index on 'task_id' column
Open
feature request
- Dominant language
- Kotlin
- Stars
- 940
- Forks
- 561
- Avg merge
- 1h 18m
- Merged PRs (30d)
- 1
Description
Would be good to have an index on the `task_id` column. We have a use case where we are heavily querying by task ids. It would be helpful to index on this.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the schema or migration that defines the task_id column and the code that queries tasks by ID. Confirm which table is involved, add the requested index, and verify that task-ID queries use it without breaking existing database behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100