Skip to content

docs: document online index building - #4562

Merged
alecgrieser merged 1 commit into
FoundationDB:mainfrom
AzazelSensei:docs-1045-online-indexer
Sep 4, 2026
Merged

docs: document online index building#4562
alecgrieser merged 1 commit into
FoundationDB:mainfrom
AzazelSensei:docs-1045-online-indexer

Conversation

@AzazelSensei

Copy link
Copy Markdown
Contributor

Adds a user-guide page for OnlineIndexer.

SchemaEvolution already explains when a new index is marked write-only. This page covers how to finish that build: buildIndex vs rebuildIndex, the limit/throttle/transaction-time knobs, mutual indexing so several processes can split the key space, and building from a source index.

Fixes #1045

Add a user-guide page for OnlineIndexer: basic build vs rebuild,
limit/throttle options, mutual indexing across processes, and
building from a source index.
@alecgrieser
alecgrieser requested a review from jjezra September 4, 2026 15:45
@alecgrieser alecgrieser added the documentation Documentation change label Sep 4, 2026
@alecgrieser alecgrieser changed the title docs: document online index building #1045 docs: document online index building Sep 4, 2026
@alecgrieser

Copy link
Copy Markdown
Collaborator

I'm not sure we should block it on this, but this is one where it would be nice to have #4510 so that we could preview the new pages and also validate that there's not something like a broken link that the sphinx build would catch.

@alecgrieser alecgrieser left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM, but I've also flagged @jjezra as a reviewer as he's been leading the online indexer work. (He's also out until Tuesday, so it may be a few days before this is merged.) There are a few places where I may adjust the wording, but I also think it's probably good to merge this in first (unless there are things we think are actively wrong or misleading) and then iterating from there.

@jjezra jjezra left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@alecgrieser
alecgrieser merged commit d3a493c into FoundationDB:main Sep 4, 2026
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Documentation change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document index building and options more thoroughly

3 participants