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

[enhancement] Optimize JSON decoding for sessions when applying filtering criteria #3343

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vkarak
Copy link
Contributor

@vkarak vkarak commented Dec 11, 2024

When decoding and filtering sessions based on filtering criteria (? syntax) we do not decode the whole session, but rather only the session information session_info sub-object. We then apply the filtering criteria and we only decode fully a session if it passes the filter. This way, the efficiency of queries based on the ? filtering syntax is considerably improved as only the required subsets of sessions are fully decoded and not the whole DB.

Closes #3340.

@vkarak vkarak added prio: normal enhancement reporting Issues related to reporting and processing the test results labels Dec 11, 2024
@vkarak vkarak added this to the ReFrame 4.8 milestone Dec 11, 2024
@vkarak vkarak self-assigned this Dec 11, 2024
@vkarak vkarak force-pushed the bugfix/optimize-json-decoding branch from cf2a106 to 917a5ae Compare December 11, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement prio: normal reporting Issues related to reporting and processing the test results
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

1 participant