Skip to content

Commit

Permalink
Improve flat_object field parsing performance by reducing two passes …
Browse files Browse the repository at this point in the history
…to a single pass (#16297)
  • Loading branch information
bugmakerrrrrr authored Jan 22, 2025
1 parent 92088be commit 2794655
Show file tree
Hide file tree
Showing 6 changed files with 582 additions and 1,148 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Support object fields in star-tree index([#16728](https://github.com/opensearch-project/OpenSearch/pull/16728/))
- Support searching from doc_value using termQueryCaseInsensitive/termQuery in flat_object/keyword field([#16974](https://github.com/opensearch-project/OpenSearch/pull/16974/))
- Added a new `time` field to replace the deprecated `getTime` field in `GetStats`. ([#17009](https://github.com/opensearch-project/OpenSearch/pull/17009))
- Improve flat_object field parsing performance by reducing two passes to a single pass ([#16297](https://github.com/opensearch-project/OpenSearch/pull/16297))
- Improve performance of the bitmap filtering([#16936](https://github.com/opensearch-project/OpenSearch/pull/16936/))

### Dependencies
Expand Down

This file was deleted.

Loading

0 comments on commit 2794655

Please sign in to comment.