Skip to content

Simple bulk loading for binary doc values#137860

Merged
parkertimmins merged 6 commits intoelastic:mainfrom
parkertimmins:bulk-load-binary-dv-fields
Nov 11, 2025
Merged

Simple bulk loading for binary doc values#137860
parkertimmins merged 6 commits intoelastic:mainfrom
parkertimmins:bulk-load-binary-dv-fields

Conversation

@parkertimmins
Copy link
Contributor

@parkertimmins parkertimmins commented Nov 11, 2025

Add bulk loading for binary doc values. This version of bulk loading likely isn't faster than loading single values, since it just loads single values in a loop. But it adds some wiring and a test. This will be followed up with a PR that loads chunks of adjacent byte arrays values.

Relates to #135711

@elasticsearchmachine elasticsearchmachine added needs:triage Requires assignment of a team area label v9.3.0 labels Nov 11, 2025
@parkertimmins parkertimmins added :StorageEngine/Mapping The storage related side of mappings and removed needs:triage Requires assignment of a team area label labels Nov 11, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-storage-engine (Team:StorageEngine)

Copy link
Member

@martijnvg martijnvg left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@elasticsearchmachine
Copy link
Collaborator

Hi @parkertimmins, I've created a changelog YAML for you.

@parkertimmins parkertimmins merged commit 29b03fd into elastic:main Nov 11, 2025
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants