Problem
CodeGraph is hard-coded to SQLite. At scale this breaks:
- AOSP → 61 GB
codegraph.db, 15M pages — queries exceed 60s, watchdog kills the daemon
- No concurrency — single-writer serialises all work
- No team sharing — every dev re-indexes locally
Proposal
Pluggable storage with, like PostgreSQL or others, supported .
Problem
CodeGraph is hard-coded to SQLite. At scale this breaks:
codegraph.db, 15M pages — queries exceed 60s, watchdog kills the daemonProposal
Pluggable storage with, like PostgreSQL or others, supported .