Introduce caching table for faster job inserts

Fixes #392
This commit is contained in:
2025-05-16 17:32:19 +02:00
parent 432e06e801
commit eab7961a83
6 changed files with 114 additions and 20 deletions

View File

@@ -0,0 +1 @@
DROP TABLE IF EXISTS job_cache;