Skip to content

Commit 6bc6cee

Browse files
committed
DMP-5287 Create new index to improve retention performance
Added new index
1 parent 52566a3 commit 6bc6cee

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)