This is an automated email from the ASF dual-hosted git repository.
hanahmily pushed a commit to branch vectorized-query
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
The following commit(s) were added to refs/heads/vectorized-query by this push:
new 475abf206 docs(changelog): note GroupBy+Agg coverage in vectorized
measure entry
475abf206 is described below
commit 475abf206ed160bd8fa16be9ad860fee56053ed0
Author: Hongtao Gao <[email protected]>
AuthorDate: Thu May 14 09:18:42 2026 +0000
docs(changelog): note GroupBy+Agg coverage in vectorized measure entry
via [HAPI](https://hapi.run)
---
CHANGES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGES.md b/CHANGES.md
index b28a6ed4a..f71260c3e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,7 +6,7 @@ Release Notes.
### Features
-- Vectorized measure query path is now enabled by default. The columnar
pipeline replaces per-row protobuf serialization in `NewMIterator`, cutting
allocations and ns/op for scan-heavy measure queries; gRPC wire format
(`*measurev1.InternalDataPoint`) is byte-identical. Rollback: pass
`--measure-vectorized-enabled=false` on the standalone or data-node command
line and restart; the row path resumes immediately.
+- Vectorized measure query path is now enabled by default. The columnar
pipeline replaces per-row protobuf serialization in `NewMIterator`, cutting
allocations and ns/op for scan-heavy measure queries; gRPC wire format
(`*measurev1.InternalDataPoint`) is byte-identical. Coverage extends to
single-node GroupBy+Agg via `BatchAggregation` (SUM/COUNT/MIN/MAX/MEAN with
row-path-equivalent type semantics and first-seen carry-forward of non-key
projected tags). Distributed Map-mode GroupBy+Agg, [...]
- Organize access logs under a dedicated "accesslog" subdirectory to improve
log organization and separation from other application data.
- Collect BanyanDB data on e2e test failure for CI debugging.
- Add log query e2e test.