Files
gitlabhq/spec/models
Yorick Peterse 219f920c64 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
2015-11-04 10:14:08 +00:00
..
2015-10-15 21:30:47 -04:00
2015-10-03 01:48:54 -05:00
2015-09-06 07:48:48 -07:00
2015-10-12 16:23:15 +02:00
2015-10-12 16:41:36 +02:00
2015-05-03 13:38:27 -07:00
2015-08-04 14:33:18 +02:00
2015-05-03 13:38:27 -07:00
2015-10-12 16:23:15 +02:00
2015-10-06 17:26:32 +02:00
2015-11-03 11:56:04 +01:00