This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
The following commit(s) were added to refs/heads/main by this push:
new d6e0426f Fix menu version (#615)
d6e0426f is described below
commit d6e0426fa40109242a84bd0060e6868cb2cd2562
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Tue Feb 25 10:07:32 2025 +0800
Fix menu version (#615)
---
docs/concept/tsdb.md | 4 ++--
docs/menu.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/concept/tsdb.md b/docs/concept/tsdb.md
index 827f2014..ed2fdcf8 100644
--- a/docs/concept/tsdb.md
+++ b/docs/concept/tsdb.md
@@ -2,9 +2,9 @@
TSDB is a time-series storage engine designed to store and query large volumes
of time-series data. One of the key features of TSDB is its ability to
automatically manage data storage over time, optimize performance and ensure
that the system can scale to handle large workloads. TSDB empowers `Measure`
and `Stream` relevant data.
-In TSDB, the data in a group is partitioned base on the time range of the
data. The segment size is determined by the `segment_interval` of a group. The
number of segments in a group is determined by the `ttl` of a group. A new
segment is created when the written data exceeds the time range of the current
segment. The expired segment will be deleted after the `ttl` of the group.
+In TSDB, the data in a group is partitioned based on the time range of the
data. The segment size is determined by the `segment_interval` of a group. The
number of segments in a group is determined by the `ttl` of a group. A new
segment is created when the written data exceeds the time range of the current
segment. The expired segment will be deleted after the `ttl` of the group.
-More than the time series data model, TSDB also provides a schema-less data
type, `Property`. The `Property` data type is used to store the document which
contains several tags. The `Property` data is separate group which only
contains `shard`.
+More than the time series data model, TSDB also provides a schema-less and
non-time-series data type, `Property`. The `Property` data type is used to
store the document which contains several tags. The `Property` data is an
independent group that contains only `shard`s, without `segment_interval`,
`ttl`, or other time-series-related features.

diff --git a/docs/menu.yml b/docs/menu.yml
index 26a80f29..802ccd4f 100644
--- a/docs/menu.yml
+++ b/docs/menu.yml
@@ -133,7 +133,7 @@ catalog:
path: "/operation/restore"
- name: "File Format"
catalog:
- - name: "v1.1.0"
+ - name: "v1.2.0"
path: "/concept/tsdb"
- name: "Concepts"
catalog: