fluttercommunity / fluttercommunity/flutter_downloader

Add index on 'task_id' column

Open
#71 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.