writefreely/migrations
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
..
drivers.go Support resetting password via email 2023-09-25 18:48:14 -04:00
migrations.go Add index to improve post retrieval speed on large instances 2023-09-26 14:36:34 -04:00
v1.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
v2.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
v3.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
v4.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
v5.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
v6.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
v7.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
v8.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
v9.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
v10.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
v11.go Use TEXT for oauth_users.access_token to prevent insertion failure 2023-01-03 19:32:21 +01:00
v12.go Support rel=me verification on blogs 2023-09-21 19:04:34 -04:00
v13.go Fix publishjobs `id` column in SQLite 2023-09-25 14:51:28 -04:00
v14.go Support resetting password via email 2023-09-25 18:48:14 -04:00
v15.go Add index to improve post retrieval speed on large instances 2023-09-26 14:36:34 -04:00