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

Extend the ? session selection syntax with support for time periods #3342

Open
vkarak opened this issue Dec 11, 2024 · 0 comments
Open

Extend the ? session selection syntax with support for time periods #3342

vkarak opened this issue Dec 11, 2024 · 0 comments
Assignees
Labels
prio: normal reporting Issues related to reporting and processing the test results request for enhancement
Milestone

Comments

@vkarak
Copy link
Contributor

vkarak commented Dec 11, 2024

Currently, we cannot either select sessions based on a time period or a filter expression using the ? syntax. For the latter, not being able to filter also on time period is problematic, as it requires us to scan the whole DB for sessions. This can be time consuming. We propose to extend the ? with a time-period component that would limit additionally the query based on the time period. This will considerably speed up session queries based on arbitrary session information as we will only be decoding a subset of the stored sessions.

@vkarak vkarak added request for enhancement prio: normal 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 moved this to Todo in ReFrame Backlog Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prio: normal reporting Issues related to reporting and processing the test results request for enhancement
Projects
Status: Todo
Development

No branches or pull requests

1 participant