Skip to content

docs: add conflict handling and FRI guidance#6304

Merged
westonpace merged 1 commit intolance-format:mainfrom
westonpace:docs-fri-search-costs
Mar 28, 2026
Merged

docs: add conflict handling and FRI guidance#6304
westonpace merged 1 commit intolance-format:mainfrom
westonpace:docs-fri-search-costs

Conversation

@westonpace
Copy link
Copy Markdown
Member

Summary

  • Add a "Conflict Handling" section to the performance guide explaining how concurrent operation conflicts affect throughput, with common conflict examples and a link to the transaction spec
  • Add a "Fragment Reuse Index" subsection to the performance guide describing how the FRI avoids compaction/index conflicts, with a Python API snippet
  • Add an "Impacts" section to the FRI spec covering conflict resolution changes, index load cost, and FRI growth/cleanup

Test plan

  • Verify doc links resolve correctly (conflict resolution anchor, FRI spec link)
  • Review rendered markdown for formatting

🤖 Generated with Claude Code

Add a Conflict Handling section to the performance guide explaining how
concurrent operation conflicts affect throughput, with a subsection on
using the Fragment Reuse Index to avoid compaction/index conflicts.

Add an Impacts section to the FRI spec covering conflict resolution
changes, index load cost, and FRI growth/cleanup.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Mar 26, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Review

Docs-only PR — content is clear, well-structured, and accurate.

One minor nit: Both frag_reuse.md and the original file end without a trailing newline (no newline at EOF). This is a common source of noisy diffs later. Consider adding a final newline to frag_reuse.md.

Otherwise LGTM.

Copy link
Copy Markdown
Collaborator

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

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

Thank you!

@westonpace westonpace merged commit 2a4daf1 into lance-format:main Mar 28, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants