Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Human-mode sorting in performance table #96

Open
kinow opened this issue Jan 4, 2024 · 4 comments
Open

Human-mode sorting in performance table #96

kinow opened this issue Jan 4, 2024 · 4 comments
Labels
testing The development is ready to test or already under testing

Comments

@kinow
Copy link
Member

kinow commented Jan 4, 2024

In GitLab by @mcastril on Jan 4, 2024, 16:54

The performance view is not sorting tasks by hierarchical or submission order (I think it's using jobname alphabetical order), which is confusing.

Screenshot_from_2024-01-04_16-51-33

The # therefore only indicates the rowid, which can be misleading.

I think it would be enough to internally pad the CHUNK number in the jobname with zeroes.

@kinow
Copy link
Member Author

kinow commented Jan 5, 2024

In GitLab by @ltenorio on Jan 5, 2024, 08:42

... (I think it's using jobname alphabetical order), which is confusing.

Yes, it is just sorted by name

The # therefore only indicates the rowid, which can be misleading.

I think it would be enough to internally pad the CHUNK number in the jobname with zeroes.

I think we can replace or remove the # column, and add the chunk number column (if exists). (This is a modification to the API too)

Then, do the order by chunk and then by name (if in the same chunk).

@kinow
Copy link
Member Author

kinow commented Jan 9, 2024

In GitLab by @mcastril on Jan 9, 2024, 10:20

Thanks Luiggi, I think it's a good approach

@kinow
Copy link
Member Author

kinow commented Jan 25, 2024

In GitLab by @ltenorio on Jan 25, 2024, 15:38

mentioned in commit a9cba65

@kinow
Copy link
Member Author

kinow commented Mar 15, 2024

In GitLab by @ltenorio on Mar 15, 2024, 15:29

This was implemented a long time ago, but it is now available in production (ES and DE) along with the "Export to CSV" option from #95.

Screenshot_from_2024-03-15_15-24-59_2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
testing The development is ready to test or already under testing
Projects
None yet
Development

No branches or pull requests

1 participant