Commit 65b99bf
committed
perf(solidus_admin): Remove distinct from product scopes
The distinct isn't necessary, because the result will be put into an IN filter and there is no reason to filter out possible duplicates. It slows only the query.1 parent 8570839 commit 65b99bf
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments