Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polish block docs #437

Merged
merged 2 commits into from
Apr 24, 2024
Merged

Polish block docs #437

merged 2 commits into from
Apr 24, 2024

Conversation

wu-sheng
Copy link
Member

  • If this pull request closes/resolves/fixes an existing issue, replace the issue number. Fixes apache/skywalking#.
  • Update the CHANGES log.

@wu-sheng wu-sheng added the documentation Improvements or additions to documentation label Apr 24, 2024
@wu-sheng wu-sheng added this to the 0.6.0 milestone Apr 24, 2024
@wu-sheng wu-sheng requested a review from hanahmily April 24, 2024 14:29
@Superskyyy Superskyyy changed the title Polish block dosc Polish block docs Apr 24, 2024
@@ -33,7 +33,9 @@ Notably, for data of the `Stream` type, since there are no field columns, the `f

## Block

The diagram below shows the detailed fields within each block. The block is the minimal unit of tsdb, which contains several rows of data. Due to the column-based design, each block is spread over several files.
Each block holds data with the same series ID.
The max size of the measure block is controlled by data volume and the number of rows. Meanwhile, the max size of the stream block is controlled by data volume.
Copy link
Member

Choose a reason for hiding this comment

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

Just curious is the data volume and number of rows adjustable through config?

Copy link
Member Author

Choose a reason for hiding this comment

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

I think they are not able to do for now.

Copy link
Member

Choose a reason for hiding this comment

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

I see. Thanks for explaining.

Copy link
Contributor

Choose a reason for hiding this comment

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

No, I do not want to expose it to end users who do not have experience configuring it. However, dedicated users or contributors can access it by reading the code.

@hanahmily hanahmily merged commit bf6c099 into main Apr 24, 2024
15 checks passed
@wu-sheng wu-sheng deleted the wu-sheng-patch-1 branch April 24, 2024 15:51
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
3 participants