Skip to content

Feature Request: Pluggable Database Backend #1123

Description

@Tr4cck

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 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions