pleroma/lib/pleroma
Roger Braun 4dcbb64f19 Avoid potentially slow count queries for user note count.
For a variety of reasons, posgresql won't use the available actor,
type index to do an index only scan. We now just increase the user
note count, which will lead to slightly wrong counts in some cases,
but it's better than the potentially very slow count query.
2017-10-31 16:37:11 +01:00
..
plugs Add very basic oauth and mastodon api support. 2017-09-06 19:06:25 +02:00
web Avoid potentially slow count queries for user note count. 2017-10-31 16:37:11 +01:00
PasswordResetToken.ex Add password reset. 2017-10-19 17:37:24 +02:00
activity.ex Use index in basic activity query. 2017-10-23 18:36:53 +02:00
application.ex Basic queue. 2017-05-05 18:58:29 +02:00
formatter.ex Add an API endpoint for emoji. 2017-10-19 22:51:56 +03:00
notification.ex Add pagination to notifications. 2017-09-12 09:11:36 +02:00
object.ex Use different index for object fetching. 2017-10-24 10:39:23 +02:00
repo.ex Phoenix skeleton 2017-03-17 17:09:58 +01:00
upload.ex Cowboy and Elixir don't seem to agree on uri encoding... 2017-08-09 16:45:05 +02:00
user.ex Avoid potentially slow count queries for user note count. 2017-10-31 16:37:11 +01:00