Skip to content

fix too much memory used on small dataset#673

Merged
LHT129 merged 1 commit into
antgroup:mainfrom
LHT129:fix
May 6, 2025
Merged

fix too much memory used on small dataset#673
LHT129 merged 1 commit into
antgroup:mainfrom
LHT129:fix

Conversation

@LHT129

@LHT129 LHT129 commented May 5, 2025

Copy link
Copy Markdown
Collaborator

closed: #670

Signed-off-by: LHT129 <tianlan.lht@antgroup.com>
@LHT129 LHT129 self-assigned this May 5, 2025
@LHT129
LHT129 requested review from inabao and wxyucs as code owners May 5, 2025 15:05
@LHT129 LHT129 added kind/bug Bug fixes, defects, or unexpected behavior 修复程序错误、缺陷或异常行为 version/0.15 1. Add Attribute Filter 2. Quantization and transformation 1. 新增 Attribute Filter 2. 量化与变换 needs-cherry-pick-release-0.14 labels May 5, 2025
@codecov

codecov Bot commented May 6, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

@@            Coverage Diff             @@
##             main     #673      +/-   ##
==========================================
+ Coverage   91.30%   91.33%   +0.03%     
==========================================
  Files         182      182              
  Lines       10850    10853       +3     
==========================================
+ Hits         9907     9913       +6     
+ Misses        943      940       -3     
Flag Coverage Δ
cpp 91.33% <100.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
common 93.28% <ø> (ø)
datacell 92.07% <ø> (+0.03%) ⬆️
index 89.46% <100.00%> (+0.04%) ⬆️
simd 100.00% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cc3ddbe...3a3e120. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@inabao inabao left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@LHT129
LHT129 requested a review from ShawnShawnYou May 6, 2025 07:48
@LHT129
LHT129 merged commit 17a8eb9 into antgroup:main May 6, 2025
@LHT129
LHT129 deleted the fix branch May 6, 2025 09:06
wxyucs pushed a commit that referenced this pull request May 8, 2025
Signed-off-by: LHT129 <tianlan.lht@antgroup.com>
LHT129 added a commit to LHT129/vsag that referenced this pull request Apr 16, 2026
Signed-off-by: LHT129 <tianlan.lht@antgroup.com>
LHT129 added a commit that referenced this pull request May 11, 2026
Signed-off-by: LHT129 <tianlan.lht@antgroup.com>
Sia-Sheerland pushed a commit to Sia-Sheerland/vsag that referenced this pull request Jun 26, 2026
Signed-off-by: LHT129 <tianlan.lht@antgroup.com>
Signed-off-by: Sia Sheerland <x1075956441x@163.com>

Signed-off-by: Sia Sheerland <x1075956441x@163.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cherry-pick-0.14-done kind/bug Bug fixes, defects, or unexpected behavior 修复程序错误、缺陷或异常行为 needs-cherry-pick-release-0.14 size/XS version/0.15 1. Add Attribute Filter 2. Quantization and transformation 1. 新增 Attribute Filter 2. 量化与变换

Projects

None yet

Development

Successfully merging this pull request may close these issues.

use too much memory in small dataset

4 participants