Skip to content

Fix: Don't drop an index we need#3765

Merged
mrkaye97 merged 1 commit intomainfrom
mk/dont-drop-index-we-need
Apr 28, 2026
Merged

Fix: Don't drop an index we need#3765
mrkaye97 merged 1 commit intomainfrom
mk/dont-drop-index-we-need

Conversation

@mrkaye97
Copy link
Copy Markdown
Contributor

Description

Gets rid a drop index we don't need anymore, since we drop-and-swap the tables

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Copilot AI review requested due to automatic review settings April 28, 2026 18:28
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
hatchet-docs Building Building Preview, Comment Apr 28, 2026 6:28pm

Request Review

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes an unnecessary DROP INDEX from the v1.0.99 OLAP backfill migration so the existing v1_runs_olap tenant index remains available during the long-running backfill (the table is later dropped/renamed in the subsequent swap migration).

Changes:

  • Stop dropping ix_v1_runs_olap_tenant_id at the start of the v1_runs_olap backfill job.

@mrkaye97 mrkaye97 merged commit 25647a9 into main Apr 28, 2026
40 of 41 checks passed
@mrkaye97 mrkaye97 deleted the mk/dont-drop-index-we-need branch April 28, 2026 18:30
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.

3 participants