Expand description
Embedded runtime with connection pooling, scans and health.
Modules§
- ai
- AI runtime modules.
- analytics_
schema_ registry - Issue #577 — Analytics slice 2:
AnalyticsSchemaRegistry. Issue #581 — Analytics slice 3: additive schema evolution + breaking-change rejection. - ask_
pipeline - AskPipeline — issue #121.
- audit_
log - Structured audit log for SOC 2 / HIPAA / ISO 27001 deploys.
- audit_
query - Audit log query / replay helpers.
- authorized_
search - Authorized search entry point — issue #119.
- batch_
insert - Issue #582 — Analytics slice 4:
BatchInsertEndpointHTTP support. - blockchain_
kind - Foundation for
KIND blockchaincollections (issue #523). - config_
matrix - Performance / operational config matrix.
- config_
overlay - Boot-time config overlay.
- config_
watcher - Hot-reload watcher for the server config file.
- continuous_
materialized_ view - Continuous (materialized) view descriptor + catalog persistence (issue #593, slice 9a of #575).
- control_
events - Control Event Ledger — skeleton (issue #652).
- disk_
space_ monitor - DiskSpaceMonitor — edge-triggered disk space watchdog.
- evidence_
export - impl_kv
- KV DSL command execution and KvAtomicOps module.
- impl_
queue - Queue DDL and command execution
- integrity_
tombstone - Issue #765 / S6 — opt-in SHA-256 integrity tombstones for input streams.
- kv_
watch - lease_
lifecycle - Serverless writer-lease state machine.
- lease_
loop - Serverless writer-lease boot path (PLAN.md Phase 5 / W6).
- lease_
timer_ wheel - Edge-triggered timer wheel for lease expiry / refresh scheduling.
- lifecycle
- Process lifecycle state machine (PLAN.md Phase 1 — Lifecycle Contract).
- locking
- Intent-lock hierarchy adapter —
Resourcenaming +LockerGuardRAII. - mvcc
- Re-exports for transports + tests that need per-connection isolation, tenant / auth thread-locals, and MVCC snapshot utilities. Mirrors what PG-wire / gRPC / HTTP middleware already call, and is enough to emulate independent connections in integration tests.
- query_
audit - quota_
bucket - Per-caller QPS quotas via token bucket (PLAN.md Phase 4.4).
- record_
search_ helpers - Public helpers re-exported for use by the presentation layer.
- resource_
limits - Operator-imposed resource limits (PLAN.md Phase 4.1).
- schema_
diff - Schema diff engine —
EXPLAIN ALTER FORruntime. - schema_
vocabulary - Reverse-index from tokens to schema entities (issue #120).
- signed_
chain - Issue #526 — composition of
KIND blockchain+SIGNED_BY (...). - signed_
writes_ kind - Issue #522 — runtime wiring for
CREATE COLLECTION ... SIGNED_BY (...)collections. - snapshot_
reuse - Snapshot reuse coordinator — Phase 5 / PLAN.md backlog 3.4.
- turbo_
crash_ inject - Named crash-injection points for
vector.turbo(issue #694). - vector_
turbo_ kind - Foundation for
KIND vector.turbocollections (PRD #668, issue #693). - within_
clause WITHIN TENANT '<id>' [USER '<u>'] [AS ROLE '<r>'] <stmt>— a per-statement scope override for tenant + auth identity.- write_
gate - Public-mutation gate.
Structs§
- Causal
Session - Connection
Pool Config - Context
Connection - Context
Entity - Context
Graph Result - Context
Search Result - Context
Summary - Effective
Scope - Lightweight
ReadFramecarrier used by AI command entry points (SEARCH SIMILAR,SEARCH CONTEXT,ASK). - KvStats
- Metrics
Ingest Stats - Metrics
Tenant Activity Stats - RedDB
Runtime - Runtime
Connection - Runtime
Filter - Runtime
Graph Centrality Result - Runtime
Graph Centrality Score - Runtime
Graph Clustering Result - Runtime
Graph Community - Runtime
Graph Community Result - Runtime
Graph Component - Runtime
Graph Components Result - Runtime
Graph Cycles Result - Runtime
Graph Degree Score - Runtime
Graph Edge - Runtime
Graph Hits Result - Runtime
Graph Neighborhood Result - Runtime
Graph Node - Runtime
Graph Path - Runtime
Graph Path Result - Runtime
Graph Pattern - Runtime
Graph Projection - Runtime
Graph Properties Result - Runtime
Graph Topological Sort Result - Runtime
Graph Traversal Result - Runtime
Graph Visit - Runtime
IvfMatch - Runtime
IvfSearch Result - Runtime
Query Explain - Runtime
Query Result - Runtime
Query Weights - Runtime
Stats - Scan
Cursor - Scan
Page - System
Info
Enums§
- Context
Connection Type - Discovery
Method - Runtime
Filter Value - Runtime
Graph Centrality Algorithm - Runtime
Graph Community Algorithm - Runtime
Graph Components Mode - Runtime
Graph Direction - Runtime
Graph Path Algorithm - Runtime
Graph Traversal Strategy
Constants§
- METRIC_
CACHE_ SHADOW_ DIVERGENCE_ TOTAL - METRIC_
RESULT_ CACHE_ EVICT_ TOTAL - METRIC_
RESULT_ CACHE_ HIT_ TOTAL - Stable metric names for the query/graph-analytics result cache
(issue #802). Exposed under the
red.metricssurface asreddb_result_cache_{hit,miss,evict}_totaland readable in-process viaRedDBRuntime::result_cache_metrics. - METRIC_
RESULT_ CACHE_ MISS_ TOTAL