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

Add query optimization to prod-queries #202

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

VijayanB
Copy link
Member

@VijayanB VijayanB commented Feb 28, 2024

Description

Use docvalue_fields to fetch id-field-name from docvalue store instead of source. This proves to perform better than current set up.

Added refresh after force merge

Issues Resolved

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Use docvalue_fields to fetch id-field-name from docvalue store
instead of source. This proves to perform better than current
set up.

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
@IanHoang IanHoang added backport 2 Backport to the "2" branch backport 1 backport 3 Backport to the "3" branch labels Feb 28, 2024
@IanHoang IanHoang merged commit 63abe4d into opensearch-project:main Feb 28, 2024
5 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 28, 2024
* Add query optimization to prod-queries

Use docvalue_fields to fetch id-field-name from docvalue store
instead of source. This proves to perform better than current
set up.

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>

* Add refresh after force merge

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>

---------

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
(cherry picked from commit 63abe4d)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 28, 2024
* Add query optimization to prod-queries

Use docvalue_fields to fetch id-field-name from docvalue store
instead of source. This proves to perform better than current
set up.

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>

* Add refresh after force merge

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>

---------

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
(cherry picked from commit 63abe4d)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 28, 2024
* Add query optimization to prod-queries

Use docvalue_fields to fetch id-field-name from docvalue store
instead of source. This proves to perform better than current
set up.

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>

* Add refresh after force merge

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>

---------

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
(cherry picked from commit 63abe4d)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
IanHoang pushed a commit that referenced this pull request Feb 28, 2024
* Add query optimization to prod-queries

Use docvalue_fields to fetch id-field-name from docvalue store
instead of source. This proves to perform better than current
set up.



* Add refresh after force merge



---------


(cherry picked from commit 63abe4d)

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
IanHoang pushed a commit that referenced this pull request Feb 28, 2024
* Add query optimization to prod-queries

Use docvalue_fields to fetch id-field-name from docvalue store
instead of source. This proves to perform better than current
set up.



* Add refresh after force merge



---------


(cherry picked from commit 63abe4d)

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
IanHoang pushed a commit that referenced this pull request Feb 28, 2024
* Add query optimization to prod-queries

Use docvalue_fields to fetch id-field-name from docvalue store
instead of source. This proves to perform better than current
set up.



* Add refresh after force merge



---------


(cherry picked from commit 63abe4d)

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
gkamat pushed a commit to gkamat/opensearch-benchmark-workloads that referenced this pull request Mar 1, 2024
* Add query optimization to prod-queries

Use docvalue_fields to fetch id-field-name from docvalue store
instead of source. This proves to perform better than current
set up.

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>

* Add refresh after force merge

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>

---------

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
gkamat pushed a commit to gkamat/opensearch-benchmark-workloads that referenced this pull request Mar 1, 2024
…search-project#204)

* Add query optimization to prod-queries

Use docvalue_fields to fetch id-field-name from docvalue store
instead of source. This proves to perform better than current
set up.



* Add refresh after force merge



---------


(cherry picked from commit 63abe4d)

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
harshavamsi pushed a commit to harshavamsi/opensearch-benchmark-workloads that referenced this pull request Mar 5, 2024
* Add query optimization to prod-queries

Use docvalue_fields to fetch id-field-name from docvalue store
instead of source. This proves to perform better than current
set up.

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>

* Add refresh after force merge

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>

---------

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1 backport 2 Backport to the "2" branch backport 3 Backport to the "3" branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants