Skip to content

feat(database): add performance indexes for optimized task queries#284

Merged
chamikaJ merged 1 commit intodevelopmentfrom
fix/release-v2.1.3
Jul 24, 2025
Merged

feat(database): add performance indexes for optimized task queries#284
chamikaJ merged 1 commit intodevelopmentfrom
fix/release-v2.1.3

Conversation

@chamikaJ
Copy link
Copy Markdown
Contributor

  • Introduced multiple new indexes in the SQL schema to enhance query performance for tasks, including composite indexes for filtering and sorting.
  • Added indexes for various task-related entities such as assignees, phases, labels, comments, and attachments to improve data retrieval efficiency.
  • Implemented covering indexes to optimize task aggregation and search functionalities, ensuring faster access to frequently queried data.

- Introduced multiple new indexes in the SQL schema to enhance query performance for tasks, including composite indexes for filtering and sorting.
- Added indexes for various task-related entities such as assignees, phases, labels, comments, and attachments to improve data retrieval efficiency.
- Implemented covering indexes to optimize task aggregation and search functionalities, ensuring faster access to frequently queried data.
@chamikaJ chamikaJ merged commit ef47df8 into development Jul 24, 2025
3 checks passed
@chamikaJ chamikaJ deleted the fix/release-v2.1.3 branch July 24, 2025 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant