Drop unused indices #767
No reviewers
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#767
Loading…
Reference in a new issue
No description provided.
Delete branch "Oneric/akkoma:purge-unused-indices"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This promotes and expands our existing optional migration. Based on usage statistics from several instances, see:
#764
activities_hosts
is now retained after all since it’s essential for the "instance" query parameter of *oma’s public timeline to reliably work in a reasonable amount of time. (Although akkoma-fe has no support for this feature and apparently barely anyone uses it.)activities_actor_index
was already dropped before in 20221211234352_remove_unused_indices; no need to drop it again.Birthday indices were introduced in pleroma starting with
20220116183110_add_birthday_to_users
which is past the last common migration20210416051708
.24a34f9d46
tocd50c50c4c
cd50c50c4c
tob7e3d44756
going to run CI tests and compare execution time, and run on IHBA to check any potential performance hit before merging this
applied on ihba without issue, will merge in a few days if nothing goes bad - seems good though
no issues observed in production