Exograph.DuckDB (exograph v0.9.11)

Copy Markdown View Source

DuckDB schema helpers for QuackDB-backed Exograph storage.

Summary

Functions

Configures DuckDB execution threads for the current connection.

Creates DuckDB FTS/BM25 indexes for searchable Exograph tables.

Creates the Exograph DuckDB schema for a prefix.

Ensures structural lookup tables are ready for term-based queries.

Functions

configure_threads!(repo, threads)

Configures DuckDB execution threads for the current connection.

create_bm25_indexes!(opts)

Creates DuckDB FTS/BM25 indexes for searchable Exograph tables.

migrate!(opts)

Creates the Exograph DuckDB schema for a prefix.

optimize_structural_indexes!(opts)

Ensures structural lookup tables are ready for term-based queries.