Exograph.DuckDB (exograph v0.8.0)

Copy Markdown View Source

DuckDB schema helpers for the experimental QuackDB-backed Exograph backend.

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.

Sorts DuckDB structural inverted tables for zonemap-friendly term lookups.

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)

Sorts DuckDB structural inverted tables for zonemap-friendly term lookups.