d068409fac
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. |
||
---|---|---|
.. | ||
api | ||
frontend | ||
server | ||
shared |