Skip to content

Commit 71fbd5f

Browse files
committed
DMP-5287 Create new index to improve retention performance
Added new index
1 parent 44c978c commit 71fbd5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CREATE INDEX IF NOT EXISTS cr_rr_idx ON case_retention (retention_retries) WHERE is_retention_updated;
1+
CREATE INDEX IF NOT EXISTS cr_rr_idx ON case_retention (retention_retries);

0 commit comments

Comments
 (0)