docs(influxdb3-enterprise): rename PachaTree partitions to shards#7189
Open
alamb wants to merge 1 commit into
Open
docs(influxdb3-enterprise): rename PachaTree partitions to shards#7189alamb wants to merge 1 commit into
alamb wants to merge 1 commit into
Conversation
Contributor
Vale Style Check Results
✅ Check passed |
fb99008 to
b97c605
Compare
alamb
commented
May 7, 2026
| |:------------|:-------------|:------------|:---------|:---------|:---------|:----------|:-----------| | ||
| | wal_001 | p_1 | db_1 | t_1 | 2024-01-01T00:00:00Z | 2024-01-01T00:10:00Z | 50000 | 2456789 | | ||
| | wal_002 | p_1 | db_1 | t_1 | 2024-01-01T00:10:00Z | 2024-01-01T00:20:00Z | 48000 | 2345678 | | ||
| | wal_file_id | shard_start_time | shard_duration_seconds | min_time | max_time | row_count | size_bytes | |
Contributor
Author
There was a problem hiding this comment.
The field names are actually shard_start_time and shard_duration_seconds
|
|
||
| - **WAL accumulation**: Track the number and size of unmerged WAL files | ||
| - **Partition distribution**: See how data is distributed across partitions | ||
| - **Shard distribution**: See how data is distributed across shards |
Contributor
Author
There was a problem hiding this comment.
I think @pauldix mentioned that the WAL is no longer partitioned/sharded. Maybe we should rename these fields 🤔
b97c605 to
51effe7
Compare
alamb
commented
May 7, 2026
| | Option | Description | Default | | ||
| |:-------|:------------|:--------| | ||
| | `--pt-partition-count` | Target number of partitions per compaction window. | `1` | | ||
| | `--pt-shard-count` | Target number of shards per compaction window. | `1` | |
Contributor
Author
There was a problem hiding this comment.
changed in this PR
Contributor
Author
|
FYI this relates to a code change that will first appear in the 3.10 release (not sure how the docs are versioned) |
Contributor
|
Contributor
📦 PR Preview — Preview Bot
Pages included in this preview
Preview auto-deploys on push. Will be cleaned up when PR closes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
We are updating the term "partition" to "shard" so we should also update the customer facing flags
--pt-shard-countflag