mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-02-23 21:53:06 +01:00
E.g. Flag activities have an array of objects We prune the activity when NONE of the objects can be found Note that the cost of finding and deleting these is ~4x higher than finding and deleting the non-array ones Only string: Delete on activities (cost=506573.48..506580.38 rows=0 width=0) Only Array: Delete on activities (cost=3570359.68..4276365.34 rows=0 width=0) (They are still executed separately, so the total cost is the sum of the two) |
||
---|---|---|
.. | ||
ecto | ||
app_test.exs | ||
config_test.exs | ||
count_statuses_test.exs | ||
database_test.exs | ||
digest_test.exs | ||
ecto_test.exs | ||
email_test.exs | ||
emoji_test.exs | ||
frontend_test.exs | ||
instance_test.exs | ||
refresh_counter_cache_test.exs | ||
relay_test.exs | ||
robots_txt_test.exs | ||
uploads_test.exs | ||
user_test.exs |