very fast at protocol indexer with flexible filtering, xrpc queries, cursor-backed event stream, and more, built on fjall
rust fjall at-protocol atproto indexer
hydrant docs api database.md
551 B
Markdown
at commit 6ec5f2e5


title: database operations #

  • POST /db/train: train zstd compression dictionaries for trainable keyspaces such as repos and events (plus feature-gated event/index keyspaces). dictionaries are written to disk; a restart is required to apply them. the crawler, firehose, and backfill worker are paused for the duration and restored on completion.
  • POST /db/compact: trigger a full major compaction of all database keyspaces in parallel. the crawler, firehose, and backfill worker are paused for the duration and restored on completion.