Skip to content

Commit 3c6cde6

Browse files
phixMePeter Hickswslulciuc
authored
Adding run indices (#873)
* Adding new indices for runs. Signed-off-by: Peter Hicks <[email protected]> * Removing asc sort for compound index. Signed-off-by: Peter Hicks <[email protected]> Co-authored-by: Peter Hicks <[email protected]> Co-authored-by: Willy Lulciuc <[email protected]>
1 parent f9976ac commit 3c6cde6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
create index runs_created_at_current_run_state_index
2+
on runs (created_at desc, current_run_state);
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
create index runs_created_at_index
2+
on runs (created_at desc);

0 commit comments

Comments
 (0)