Skip to content

Commit

Permalink
Self-organizing hash table to improve the performance of bucket aggre…
Browse files Browse the repository at this point in the history
…gations (opensearch-project#7652)

* Add self-organizing hash table to improve the performance of bucket aggregations

Signed-off-by: Ketan Verma <[email protected]>

* Updated approach: PSL, fingerprint and recency information are embedded in the hash table itself

Signed-off-by: Ketan Verma <[email protected]>

* Updated tests and added microbenchmarks

Signed-off-by: Ketan Verma <[email protected]>

* Renamed FastLongHash to ReorganizingLongHash and updated the default initial capacity

Signed-off-by: Ketan Verma <[email protected]>

---------

Signed-off-by: Ketan Verma <[email protected]>
  • Loading branch information
ketanv3 authored Jun 28, 2023
1 parent 46c9a21 commit b7cace5
Show file tree
Hide file tree
Showing 5 changed files with 882 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Compress and cache cluster state during validate join request ([#7321](https://github.com/opensearch-project/OpenSearch/pull/7321))
- [Snapshot Interop] Add Changes in Create Snapshot Flow for remote store interoperability. ([#7118](https://github.com/opensearch-project/OpenSearch/pull/7118))
- Allow insecure string settings to warn-log usage and advise to migration of a newer secure variant ([#5496](https://github.com/opensearch-project/OpenSearch/pull/5496))
- Add self-organizing hash table to improve the performance of bucket aggregations ([#7652](https://github.com/opensearch-project/OpenSearch/pull/7652))

### Deprecated

Expand Down
Loading

0 comments on commit b7cace5

Please sign in to comment.