Open Assasans opened 6 months ago
There are now issues retrieving videos using the v3 API (v0.4.0+). Some queries do a tablescan, which generates a huge number of reads.
Should be fixed, monitoring performance...
The v3 API uses the same SQL query as /video/signed for now, as filtering with more parameters does not work efficiently in D1 (SQLite).
/video/signed
There are now issues retrieving videos using the v3 API (v0.4.0+). Some queries do a tablescan, which generates a huge number of reads.