framework/extensions/sticky/migrations
Ian Morland 82c57cd36a Add is_sticky, last_posted_at index to improve performance (#23)
This PR introduces an additional index [is_sticky, last_posted_at] to the discussions table. We discovered that when viewing discussions in a tag with a large number of discussions (approx 1.4M in our case), performance was poor when using the default sort criteria (sort by latest).
2021-01-13 14:18:38 -05:00
..
2015_02_24_000000_add_sticky_to_discussions.php Apply fixes from StyleCI 2019-11-29 23:02:29 +00:00
2017_07_22_000000_add_default_permissions.php Apply fixes from StyleCI 2019-11-29 23:02:29 +00:00
2018_09_15_043621_add_discussions_indices.php Apply fixes from StyleCI 2019-11-29 23:02:29 +00:00
2021_01_13_000000_add_discussion_last_posted_at_indices.php Add is_sticky, last_posted_at index to improve performance (#23) 2021-01-13 14:18:38 -05:00