Fix comments. (#8708)

This commit is contained in:
吴晟 Wu Sheng 2022-03-19 09:38:15 +08:00 committed by GitHub
parent 2bf7f0f4e7
commit fed3df305e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -125,8 +125,8 @@ Release Notes.
* Add `Column.shardingKeyIdx` for column definition for BanyanDB.
```
Sharding key is used to group time series data per metric of one entity in one place (same sharding or same
column for column-oriented database).
Sharding key is used to group time series data per metric of one entity in one place (same sharding and/or same
row for column-oriented database).
For example,
ServiceA's traffic gauge, service call per minute, includes following timestamp values, then it should be sharded by service ID
[ServiceA(encoded ID): 01-28 18:30 values-1, 01-28 18:31 values-2, 01-28 18:32 values-3, 01-28 18:32 values-4]

View File

@ -102,8 +102,8 @@ public @interface Column {
AnalyzerType analyzer() default AnalyzerType.OAP_ANALYZER;
/**
* Sharding key is used to group time series data per metric of one entity in one place (same sharding or same
* column for column-oriented database).
* Sharding key is used to group time series data per metric of one entity in one place (same sharding and/or same
* row for column-oriented database).
* For example,
* ServiceA's traffic gauge, service call per minute, includes following timestamp values, then it should be sharded
* by service ID