Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhance: speed up search iterator stage 1 #37947

Merged
merged 1 commit into from
Dec 26, 2024

enhance: speed up search iter stage 1

3044496
Select commit
Loading
Failed to load commit list.
Merged

enhance: speed up search iterator stage 1 #37947

enhance: speed up search iter stage 1
3044496
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 26, 2024 in 1s

88.62% of diff hit (target 80.00%)

View this Pull Request on Codecov

88.62% of diff hit (target 80.00%)

Annotations

Check warning on line 394 in internal/core/src/index/Utils.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/index/Utils.cpp#L393-L394

Added lines #L393 - L394 were not covered by tests

Check warning on line 39 in internal/core/src/query/CachedSearchIterator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/query/CachedSearchIterator.cpp#L39

Added line #L39 was not covered by tests

Check warning on line 59 in internal/core/src/query/CachedSearchIterator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/query/CachedSearchIterator.cpp#L59

Added line #L59 was not covered by tests

Check warning on line 87 in internal/core/src/query/CachedSearchIterator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/query/CachedSearchIterator.cpp#L87

Added line #L87 was not covered by tests

Check warning on line 172 in internal/core/src/query/CachedSearchIterator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/query/CachedSearchIterator.cpp#L172

Added line #L172 was not covered by tests

Check warning on line 314 in internal/core/src/query/CachedSearchIterator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/query/CachedSearchIterator.cpp#L313-L314

Added lines #L313 - L314 were not covered by tests

Check warning on line 340 in internal/core/src/query/CachedSearchIterator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/query/CachedSearchIterator.cpp#L340

Added line #L340 was not covered by tests

Check warning on line 98 in internal/core/src/query/CachedSearchIterator.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/query/CachedSearchIterator.h#L98

Added line #L98 was not covered by tests

Check warning on line 83 in internal/core/src/query/PlanProto.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/query/PlanProto.cpp#L82-L83

Added lines #L82 - L83 were not covered by tests

Check warning on line 243 in internal/core/src/query/SearchBruteForce.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/query/SearchBruteForce.cpp#L242-L243

Added lines #L242 - L243 were not covered by tests

Check warning on line 248 in internal/core/src/query/SearchBruteForce.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/query/SearchBruteForce.cpp#L247-L248

Added lines #L247 - L248 were not covered by tests

Check warning on line 131 in internal/core/src/query/SearchOnGrowing.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/query/SearchOnGrowing.cpp#L131

Added line #L131 was not covered by tests

Check warning on line 139 in internal/core/src/query/SearchOnGrowing.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/query/SearchOnGrowing.cpp#L137-L139

Added lines #L137 - L139 were not covered by tests

Check warning on line 43 in internal/core/src/query/SearchOnIndex.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/query/SearchOnIndex.cpp#L40-L43

Added lines #L40 - L43 were not covered by tests

Check warning on line 64 in internal/core/src/query/SearchOnSealed.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/query/SearchOnSealed.cpp#L61-L64

Added lines #L61 - L64 were not covered by tests

Check warning on line 120 in internal/core/src/query/SearchOnSealed.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/query/SearchOnSealed.cpp#L117-L120

Added lines #L117 - L120 were not covered by tests

Check warning on line 207 in internal/core/src/query/SearchOnSealed.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/query/SearchOnSealed.cpp#L207

Added line #L207 was not covered by tests

Check warning on line 214 in internal/core/src/query/SearchOnSealed.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/query/SearchOnSealed.cpp#L212-L214

Added lines #L212 - L214 were not covered by tests

Check warning on line 103 in internal/proxy/search_util.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/proxy/search_util.go#L101-L103

Added lines #L101 - L103 were not covered by tests

Check warning on line 117 in internal/proxy/search_util.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/proxy/search_util.go#L116-L117

Added lines #L116 - L117 were not covered by tests