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

Target vectors marshalling #4271

Merged
merged 2 commits into from
Feb 21, 2024
Merged

Target vectors marshalling #4271

merged 2 commits into from
Feb 21, 2024

Conversation

aliszka
Copy link
Member

@aliszka aliszka commented Feb 20, 2024

What's being changed:

Improves the way of marshalling target vectors: splits vectors map into vectors offsets map and sequence of vector length + vector. This change would allow fetching single target vector without necessity of unmarshalling all of them

Review checklist

  • Documentation has been updated, if necessary. Link to changed documentation:
  • Chaos pipeline run or not necessary. Link to pipeline:
  • All new code is covered by tests where it is reasonable.
  • Performance tests have been run or not necessary.

@aliszka aliszka changed the base branch from master to stable/v1.24 February 20, 2024 10:19
@aliszka aliszka force-pushed the named_vectors_marshalling branch 2 times, most recently from afab67c to a94a7cf Compare February 20, 2024 10:25
@aliszka aliszka marked this pull request as ready for review February 20, 2024 10:25
dirkkul
dirkkul previously approved these changes Feb 20, 2024
entities/storobj/storage_object.go Outdated Show resolved Hide resolved
entities/storobj/storage_object.go Show resolved Hide resolved
entities/storobj/storage_object.go Outdated Show resolved Hide resolved
Copy link

sonarcloud bot commented Feb 20, 2024

Quality Gate Passed Quality Gate passed

Issues
1 New issue

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@dirkkul dirkkul merged commit 04412dc into stable/v1.24 Feb 21, 2024
32 of 33 checks passed
@dirkkul dirkkul deleted the named_vectors_marshalling branch February 21, 2024 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants