Skip to content

Added migration for missing indexes#798

Merged
themarolt merged 2 commits intomainfrom
bugfix/missing-indexes-C-1252
Apr 24, 2023
Merged

Added migration for missing indexes#798
themarolt merged 2 commits intomainfrom
bugfix/missing-indexes-C-1252

Conversation

@themarolt
Copy link
Copy Markdown
Contributor

@themarolt themarolt commented Apr 23, 2023

Changes proposed ✍️

What

🤖 Generated by Copilot at 59f9657

This pull request updates the database schema by dropping and creating indexes on various tables. The new indexes are intended to optimize the query performance and reduce the database load. The changes are based on U1682249232__missing-indexes.sql and V1682249232__missing-indexes.sql migration files.

🤖 Generated by Copilot at 59f9657

Drop old indexes
tables need a fresh start
New ones bloom in spring

Why

How

🤖 Generated by Copilot at 59f9657

  • Drop redundant, unused, or inefficient indexes on various tables (link)
  • Create new optimal indexes on various tables based on query analysis, data distribution, and database engine features (link)

Checklist ✅

  • Label appropriately with Feature, Improvement, or Bug.
  • Add screehshots to the PR description for relevant FE changes
  • New backend functionality has been unit-tested.
  • API documentation has been updated (if necessary) (see docs on API documentation).
  • Quality standards are met.

@themarolt themarolt added the Bug Created by Linear-GitHub Sync label Apr 23, 2023
@themarolt themarolt marked this pull request as ready for review April 24, 2023 06:39
@themarolt themarolt merged commit c8ef9f4 into main Apr 24, 2023
@themarolt themarolt deleted the bugfix/missing-indexes-C-1252 branch April 24, 2023 06:39
joanreyero pushed a commit that referenced this pull request Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Created by Linear-GitHub Sync

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant