1
0
mirror of https://github.com/writeas/writefreely synced 2025-02-07 03:13:24 +01:00
Matt Baer f96f8268f0 Add index to improve post retrieval speed on large instances
On an instance with millions of posts across all users, a single blog with
thousands of posts on it can take a long time to render. This adds an index
to the `posts` table to speed up the basic GetPosts query.

Run: `writefreely db migrate`

Closes #741
2023-09-26 14:36:34 -04:00
..
2023-09-21 19:04:34 -04:00
2023-09-25 14:51:28 -04:00
2023-09-25 18:48:14 -04:00