SIGN IN SIGN UP
milvus-io / milvus UNCLAIMED

Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search

0 0 147 Go

enhance: avoid copying batch views in expression scan (#49923)

## Summary
- Avoid copying the batch view pair returned by `get_batch_views` in
chunked sealed segment scans.
- Bind the view payload by const reference so array/json/string
expression filters reuse the pinned batch data directly.

issue: #35917

## Test plan
- [ ] Not run; skipped at requester direction.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Signed-off-by: xiaofanluan <xiaofan.luan@zilliz.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
J
James committed
9f4ab90618f30682843d611181603b30afe2be6e
Parent: dd90e5f
Committed by GitHub <noreply@github.com> on 5/28/2026, 4:23:05 PM