Skip to content
Snippets Groups Projects
Commit 219f920c authored by Yorick Peterse's avatar Yorick Peterse
Browse files

Merge branch 'remove-duplicate-orders' into 'master'

Remove duplicate orders

This changes the default order from `created_at DESC, id DESC` to just `id DESC` as this achieves the same results without the overhead of having to sort data twice (we've seen queries go from 200ms to just a few ms by removing the double sort).

cc @jacobvosmaer @dzaporozhets @rspeicher @DouweM 

See merge request !1735
parents 31a81b5c a2f8f9ad
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment