Skip to content

Commit 40e4267

Browse files
waleedlatif1waleed
authored andcommitted
improvement(performance): remove unused source/target indices, add index on snapshot id (#1603)
1 parent 4ca4e0b commit 40e4267

File tree

4 files changed

+6971
-2
lines changed

4 files changed

+6971
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DROP INDEX "workflow_edges_source_block_idx";--> statement-breakpoint
2+
DROP INDEX "workflow_edges_target_block_idx";--> statement-breakpoint
3+
CREATE INDEX "workflow_execution_logs_state_snapshot_id_idx" ON "workflow_execution_logs" USING btree ("state_snapshot_id");

0 commit comments

Comments
 (0)