akkoma/priv
ilja 8b2adc4fb4 Rename users_ap_id_COALESCE_follower_address_index for faster db restoration
By default Postgresql first restores the data and then the indexes when dumping and restoring the database.
Restoring index activities_visibility_index took a very long time.
users_ap_id_COALESCE_follower_address_index was later added because having this could speed up the restoration tremendously.
The problem now is that restoration apparently happens in alphabetical order, so this new index wasn't created yet
by the time activities_visibility_index needed it.
There were several work-arounds which included more complex steps during backup/restore.
By renaming this index, it should be restored first and thus activities_visibility_index can make use of it.
This speeds up restoration significantly without requiring more complex or unexpected steps from people.
2023-02-26 14:33:17 +01:00
..
es-mappings Refactor ES on top of search behaviour 2022-06-30 16:28:31 +01:00
gettext update healthcheck route in locale string 2023-02-18 14:59:46 +01:00
repo Rename users_ap_id_COALESCE_follower_address_index for faster db restoration 2023-02-26 14:33:17 +01:00
scrubbers weirdly no, images should not have classes 2022-11-26 21:15:10 +00:00
static add contentMap to schema 2023-01-15 17:59:19 +00:00
templates Add Phoenix LiveDashboard 2021-12-15 19:05:27 -05:00
language-codes.json Add language support on /api/v1/statuses 2023-01-10 10:29:17 +00:00