gotosocial/internal/processing/admin
tobi a5852fd7e4
[performance] Speed up some of the slower db queries (#523)
* remove unnecessary LOWER() db calls

* warn during slow db queries

* use bundb built-in exists function

* add db block test

* update account block query

* add domain block db test

* optimize domain block query

* fix implementing wrong test

* exclude most columns when checking block

* go fmt

* remote more unnecessary use of LOWER()
2022-05-02 11:53:46 +01:00
..
accountaction.go replace async client API / federator msg processing with worker pools (#497) 2022-04-28 13:23:11 +01:00
admin.go replace async client API / federator msg processing with worker pools (#497) 2022-04-28 13:23:11 +01:00
createdomainblock.go [performance] Speed up some of the slower db queries (#523) 2022-05-02 11:53:46 +01:00
deletedomainblock.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
emoji.go [feature] Add postDataCallbackFunc to allow cleanup (#408) 2022-02-22 13:50:33 +01:00
getdomainblock.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
getdomainblocks.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
importdomainblocks.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00