mirror of
https://github.com/samvallad33/vestige.git
synced 2026-05-08 15:22:37 +02:00
Both tables were added speculatively in V4 and never received a single INSERT or SELECT in the codebase. `knowledge_edges` has an elaborate bi-temporal schema (valid_from, valid_until, confidence) and was marked DEPRECATED in the same V4 migration that created it — the real edge table is `memory_connections` (V3). `compressed_memories` was a tiered- compression feature (compression_ratio, semantic_fidelity, model_used) but `advanced/compression.rs` operates entirely in-memory and never touches it. Both tables are verified single-file references (only migrations.rs). A grep across crates/ shows zero row reads or writes. Safe to drop without behaviour change; frees schema space for future migrations. |
||
|---|---|---|
| .. | ||
| benches | ||
| src | ||
| Cargo.toml | ||