[bug] Lists are limited to around 180 accounts due to indexing limitations #572
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#572
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Your setup
OTP
Extra details
Debian 11 Bullseye
Version
2023.05
PostgreSQL version
13
What were you trying to do?
Trying to add a new account to an existing list. If that list already has enough items, the new addition will fail due to the way that lists are implemented and indexed in the PostgreSQL database.
What did you expect to happen?
Being able to add the new account as usual
What actually happened?
The application failed with a generic error
Logs
Severity
I cannot use it as easily as I'd like
Have you searched for this issue?
[bug]to [bug] Lists are limited to around 180 accounts due to indexing limitationsFixing this issue may involve converting the current way that lists are handled (as a single long string) to a form that can be better handled by the database (possibly as a set of arrays).