Commit 79981d1
committed
Postgresql: Declare the same setting for nulls in indexes as in order by statement
otherwise, index order conflicts with order by which cause longer query execution.
According to documentation default settings for nulls are exact opposite.1 parent 0da23ca commit 79981d1
1 file changed
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
0 commit comments