Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tempsdb
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
tempsdb
Commits
c4df9c32
Commit
c4df9c32
authored
4 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
fix docs
parent
b0f275a9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/varlen.rst
+2
-0
2 additions, 0 deletions
docs/varlen.rst
with
2 additions
and
0 deletions
docs/varlen.rst
+
2
−
0
View file @
c4df9c32
...
...
@@ -14,6 +14,7 @@ a block size for next series created. If an entry cannot fit in the already crea
will be created. Note that the last entry of this array will loop forever, so if you for example
put a 1024 byte data in a varlen series of length profile [10, 255] there will be a total
of 5 normal time series created to accommodate it, with length of:
* 10
* 255
* 255
...
...
@@ -28,6 +29,7 @@ series is larger by that. The size of that field is described by an
extra parameter called `size_struct`. It represents an unsigned number.
Note that the only valid sizes of `size_struct` are:
* 1 for maximum length of 255
* 2 for maximum length of 65535
* 3 for maximum length of 16777215
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment