core-agent-ide/codex-rs/state
jif-oai 0e41a5c4a8
chore: improve DB flushing (#13620)
This branch:
* Avoid flushing DB when not necessary
* Filter events for which we perfom an `upsert` into the DB
* Add a dedicated update function of the `thread:updated_at` that is
lighter

This should significantly reduce the DB lock contention. If it is not
sufficient, we can de-sync the flush of the DB for `updated_at`
2026-03-06 19:58:14 +01:00
..
logs_migrations Move sqlite logs to a dedicated database (#13772) 2026-03-06 10:54:20 -08:00
migrations feat: memories forgetting (#12900) 2026-02-26 13:19:57 +00:00
src chore: improve DB flushing (#13620) 2026-03-06 19:58:14 +01:00
BUILD.bazel feat: sqlite 1 (#10004) 2026-01-28 15:29:14 +01:00
Cargo.toml feat: drop sqlx logging (#10398) 2026-02-02 19:26:58 +00:00