This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a change to branch v0.7.x
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


    from 4cd3c09f Fix the bug that TopN processing item leak (#552)
     add d5ec6590 Add the `bydbctl analyze series` command to analyze the 
series data. (#553)
     add 2bc6b0aa Several Changes about Index and Document (#554)
     add ba0d71d6 Improve the inverted index (#555)
     new 1b081bd5 Updated CHANGES.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .air.toml                                          |  31 ---
 .golangci.yml                                      | 195 ++++++++--------
 CHANGES.md                                         |  10 +-
 banyand/internal/storage/index.go                  |   4 +-
 banyand/measure/write.go                           |  10 +-
 bydbctl/internal/cmd/analyze.go                    | 118 ++++++++++
 bydbctl/internal/cmd/analyze_test.go               |  77 +++++++
 bydbctl/internal/cmd/root.go                       |   3 +-
 dist/LICENSE                                       |  10 +-
 ...uge.txt => license-github.com-SkyAPM-bluge.txt} |   0
 ...s-ice.txt => license-github.com-SkyAPM-ice.txt} |   0
 docs/installation/kubernetes.md                    |   8 +-
 docs/interacting/bydbctl/analyze.md                |  65 ++++++
 docs/menu.yml                                      |   2 +
 go.mod                                             |  12 +-
 go.sum                                             |  64 +-----
 pkg/index/index.go                                 |  16 +-
 pkg/index/inverted/inverted.go                     | 150 +++++--------
 pkg/index/inverted/inverted_series.go              | 248 +++++++++++++++++++++
 pkg/index/inverted/inverted_series_test.go         |  50 ++---
 pkg/index/inverted/sort.go                         |  42 ++--
 pkg/index/testcases/duration.go                    |   2 +-
 pkg/pb/v1/value.go                                 |  15 ++
 scripts/build/vendor.mk                            |   2 +-
 test/stress/istio/istio_suite_test.go              |  44 ++--
 25 files changed, 812 insertions(+), 366 deletions(-)
 delete mode 100644 .air.toml
 create mode 100644 bydbctl/internal/cmd/analyze.go
 create mode 100644 bydbctl/internal/cmd/analyze_test.go
 rename dist/licenses/{license-github.com-zinclabs-bluge.txt => 
license-github.com-SkyAPM-bluge.txt} (100%)
 rename dist/licenses/{license-github.com-zinclabs-ice.txt => 
license-github.com-SkyAPM-ice.txt} (100%)
 create mode 100644 docs/interacting/bydbctl/analyze.md

Reply via email to