Age | Commit message (Collapse) | Author |
|
Should also improve performance. I tested it on my local DB, but if
anyone has a backup of <=1.0 db they can test this on, please do
|
|
|
|
|
|
|
|
sixohsix/pleroma-post_expiration
|
|
In !1538 favorites timeline was switched to use the joined object, but
no idex on likes in the joined object was added.
|
|
|
|
This enables to address the same group of people every time.
|
|
Add a table to store activity expirations. An activity can have zero or
one expirations. The expiration has a scheduled_at field which stores
the time at which the activity should expire and be deleted.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
we can't change module attributes and endpoint settings in runtime
|
|
|
|
|
|
|
|
|
|
|
|
Add index on inReplyTo for objects
See merge request pleroma/pleroma!1240
|
|
|
|
The previous activity index is useless because objects are not embedded
anymore and instead a joined object is queried.
|
|
Fixes the performance of `get_existing_votes`
|
|
|
|
|
|
|
|
Can't be run in a trnasaction.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|