alby-hub/db
Roland 59f9a92cda
fix: speed up background deletion task (#1516)
* fix: speed up background deletion task

- always sleep 10 minutes between iterations
- reduce amount to 100 per iteration

* chore: change removing excess events log level to info

* fix: add index on response events to speed up batch event deletion

* chore: remove unnecessary log, run task only when needed
2025-07-21 17:16:44 +07:00
..
migrations fix: speed up background deletion task (#1516) 2025-07-21 17:16:44 +07:00
queries feat: PostgreSQL support (#922) 2025-01-16 17:17:24 +07:00
sqlite-wrapper Fix: sqlite connection parameters, add migrations to delete orphaned records and change postgres transaction amount to bigint (#1462) 2025-07-06 17:45:46 +07:00
test Fix: sqlite connection parameters, add migrations to delete orphaned records and change postgres transaction amount to bigint (#1462) 2025-07-06 17:45:46 +07:00
db.go Fix: sqlite connection parameters, add migrations to delete orphaned records and change postgres transaction amount to bigint (#1462) 2025-07-06 17:45:46 +07:00
models.go feat: add app last used time (#1498) 2025-07-14 15:26:29 +07:00