Ghost/core
Kevin Ansfield 577a934f53
Removed DISTINCT from member labels association query (#12088)
no issue

- bookshelf adds `DISTINCT` to any relation query that does not have an explicit `columns` statement
- when measuring the impact of `DISTINCT` on the eager-loading association query when listing members using `{withRelated: 'labels'}`, it can be 2x slower with no index on the sort_order column or 4x slower with an index on sort_order
2020-07-29 12:50:22 +01:00
..
client@d8c6e74066 Updated Ghost-Admin to v3.27.0 2020-07-27 18:38:26 +02:00
frontend 🐛 Fixed edit link for staff members 2020-07-21 12:28:50 +01:00
server Removed DISTINCT from member labels association query (#12088) 2020-07-29 12:50:22 +01:00
shared
index.js