You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2022/11/21 14:21:57 UTC

[skywalking-banyandb] branch index updated (bef1b55 -> d79b262)

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

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


    from bef1b55  Sync inverted index writing
     add 0941fb0  Fix some flaws in kv (#220)
     add d79b262  Merge branch 'main' into index

No new revisions were added by this update.

Summary of changes:
 banyand/kv/badger.go                               |  23 +++++
 banyand/kv/kv.go                                   |   2 +
 banyand/measure/measure_query.go                   |  12 ++-
 banyand/tsdb/block.go                              |   5 +
 banyand/tsdb/series.go                             |   7 +-
 banyand/tsdb/series_seek.go                        |  69 +++++++++++++
 banyand/tsdb/series_seek_sort.go                   |  15 ++-
 pkg/encoding/encoding.go                           |   2 +
 pkg/encoding/int.go                                |  43 +++++---
 pkg/encoding/int_test.go                           | 110 ++++++++++++++-------
 pkg/encoding/plain.go                              |   9 ++
 pkg/index/iterator.go                              |   4 +
 pkg/pb/v1/write.go                                 |   3 +-
 .../measure/measure_plan_indexscan_local.go        |   2 +-
 14 files changed, 244 insertions(+), 62 deletions(-)