Skip to content

Conversation

rjernst
Copy link
Member

@rjernst rjernst commented Mar 10, 2022

The histogram field parses values and counts from document. Parsing the
document should not be the bottleneck in index, so using hppc classes
here appears unnecessary, especially given all the other overhead of I/O
for parsing a document. This commit converts these two uses to
ArrayList.

relates #84735

The histogram field parses values and counts from document. Parsing the
document should not be the bottleneck in index, so using hppc classes
here appears unnecessary, especially given all the other overhead of I/O
for parsing a document. This commit converts these two uses to
ArrayList.

relates elastic#84735
@rjernst rjernst added :Core/Infra/Core Core issues without another label >refactoring v8.2.0 labels Mar 10, 2022
@elasticmachine elasticmachine added the Team:Core/Infra Meta label for core/infra team label Mar 10, 2022
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (Team:Core/Infra)

@rjernst rjernst requested a review from iverase March 10, 2022 00:12
@rjernst rjernst mentioned this pull request Mar 10, 2022
43 tasks
Copy link
Contributor

@iverase iverase left a comment

Choose a reason for hiding this comment

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

LGTM

@rjernst rjernst merged commit 85b3476 into elastic:master Mar 10, 2022
@rjernst rjernst deleted the hppc/xpack3 branch March 10, 2022 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Core/Infra/Core Core issues without another label >refactoring Team:Core/Infra Meta label for core/infra team v8.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants