haiku.rag/haiku_rag_slim/haiku/rag/ingester/queue
Chris McDonough 5010069474 Drop redundant idx_jobs_pending_by_source index
has_pending() already uses the leading column of uq_jobs_live
(source_id) with the same WHERE clause. The extra index just adds
write amplification on every insert/claim/complete without improving
reads.
2026-06-01 09:24:11 -04:00
..
__init__.py SQLite queue + haiku-ingester CLI skeleton 2026-05-26 11:41:54 +03:00
migrations.py logging, sqlite cursors 2026-05-26 11:41:54 +03:00
models.py SQLite queue + haiku-ingester CLI skeleton 2026-05-26 11:41:54 +03:00
repository.py Add haiku-ingester run-batch, remove run-once 2026-05-29 17:00:59 +03:00
schema.py Drop redundant idx_jobs_pending_by_source index 2026-06-01 09:24:11 -04:00