This is an automated email from the ASF dual-hosted git repository.
hanahmily pushed a commit to branch inverted
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
The following commit(s) were added to refs/heads/inverted by this push:
new 911e2f27 Update CHANGES.md
911e2f27 is described below
commit 911e2f272b784e9d4765f663dbe6f2300416d3de
Author: Gao Hongtao <[email protected]>
AuthorDate: Mon Nov 11 05:01:43 2024 +0000
Update CHANGES.md
Signed-off-by: Gao Hongtao <[email protected]>
---
CHANGES.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index 3aaf6ffd..6ff0ff40 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -8,10 +8,12 @@ Release Notes.
- Add the `bydbctl analyze series` command to analyze the series data.
- Index: Remove sortable field from the stored field. If a field is sortable
only, it won't be stored.
+- Index: Support InsertIfAbsent functionality which ensures documents are only
inserted if their docIDs are not already present in the current index
### Bug Fixes
- Fix the bug that TopN processing item leak. The item can not be updated but
as a new item.
+- Resolve data race in Stats methods of the inverted index.
### Documentation