1
0
Fork 0
peertube/server/core
Chocobozzz d3dd952cc5
Try to optimize tagsOneOf/tagsAllOf SQL queries
Using a CTE because the query will probably return a few results
I tried a IN clause but PG doesn't seem to be more efficient with it
The CTE seems to be the only choice
2023-10-25 16:15:41 +02:00
..
assets server/server -> server/core 2023-10-04 15:13:25 +02:00
controllers Skip counting for recommended videos 2023-10-25 14:55:06 +02:00
helpers Sign JSON objects in worker threads 2023-10-24 10:45:17 +02:00
initializers Add ability to disable HTTP logs 2023-10-24 10:57:41 +02:00
lib Process unicast job in a worker too 2023-10-25 09:43:57 +02:00
middlewares Remove unused file 2023-10-06 09:59:18 +02:00
models Try to optimize tagsOneOf/tagsAllOf SQL queries 2023-10-25 16:15:41 +02:00
static/dnt-policy server/server -> server/core 2023-10-04 15:13:25 +02:00
types server/server -> server/core 2023-10-04 15:13:25 +02:00