Skip to content

[OTDB-4089] Storage Group add attribute "number of Virtual Storage Groups"#7114

Closed
GuanchuShen wants to merge 175 commits intomasterfrom
rel/0.13
Closed

[OTDB-4089] Storage Group add attribute "number of Virtual Storage Groups"#7114
GuanchuShen wants to merge 175 commits intomasterfrom
rel/0.13

Conversation

@GuanchuShen
Copy link

Description

Different storage groups are supported with different number of virtual storage groups.

Content1 ...

  1. Support SQL,e.g. create storage group root.sgc virtualstoragegroupnum = 8;

Content2 ...

  1. Enhanced "show storage group" SQL statement,e.g. show storage group; This SQL statement can display two columns: storage group, virtual storage group num.

Content3 ...

  1. Compatible with older version of mlog(without virtual storage group num).

This PR has:

  • been self-reviewed.
    • concurrent read
    • concurrent write
    • concurrent read and write
  • added documentation for new or modified features or behaviors.
  • added Javadocs for most classes and all non-trivial methods.
  • added or updated version, license, or notice information
  • added comments explaining the "why" and the intent of the code wherever would not be obvious
    for an unfamiliar reader.
  • added unit tests or modified existing tests to cover new code paths, ensuring the threshold
    for code coverage.
  • added integration tests.
  • been tested in a test IoTDB cluster.

Key changed/added classes (or packages if there are too many classes) in this PR

HTHou and others added 30 commits March 11, 2022 13:20
SpriCoder and others added 29 commits July 31, 2022 19:43
…user (#6856)

Co-authored-by: Steve Yurong Su <rong@apache.org>
* release 0.13.1 docker

* add grafana-connector docker image
…mplate #6950

[To rel/0.13][ISSUE-6937]Add alignment flag for single measurement template #6950
…ns wildcards * and ** path adaptation does not work" (#6992)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.