Ghost/ghost/core/test/unit
Naz d068409fac Added index on posts table for published_at column
refs https://github.com/TryGhost/Arch/issues/18

- The prev/next helpers are slow and are causing major performance issues. The helpers are using `posts.published_at` for comparisons extensively, which causes a full table scan - bad for query performance.
- We use published_at in other queries too (like default order for queries fetching all posts), so there  might be a slight performance boost across the system with this new index.
2023-08-11 17:31:13 +08:00
..
api
frontend Added collections helper 2023-07-17 11:35:30 +01:00
server Added index on posts table for published_at column 2023-08-11 17:31:13 +08:00
shared