-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[UI] Pagination for artifact and execution list pages #3226
Comments
/assign @Bobgy |
It does not. There's another internal bug discussing the need for this, I'll cc you on that one. /cc @hughmiao |
+1. Pagination helps the scalability of MLMD as well. |
Bumping priority because there are more feedback this is highly needed for scalable usage of the UI. |
Dropping priority, because I think #3457 will be a better way for navigating MLMD data. We can leverage existing KFP UI for pagination, sorting and filtering support. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/lifecycle frozen |
I'm seeing every load of the artifacts page fail, seemingly due to the large number of requests (thousands) fired off all at once.
Any update on current thoughts on how to improve this situation @Bobgy? Wondering if maintainers are leaning towards deprecating the artifacts page in favor of the run details page per #3457, or if pagination of artifacts is still on the roadmap? |
@djwhatle Pagination is on our roadmap to allow for better performance on Artifact page. We don't currently plan to deprecate this page. Artifact page is the entry for MLMD Lineage graph. |
@zijianjoy, the current "Artifacts" page really is not acceptable, it is creating an unbelievable number of requests, we either need to remove this page, or prevent it from flooding the user's cluster with requests. EDIT: I think the quickest "fix" is to limit the number of artifacts returned, at least until we can add pagination. |
+1, before the page is in a usable state, maybe it's better to hide it first? |
Pagination was implemented in latest versions. Closing this issue. /close |
@rimolive: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Both pages show all content from server in one page.
Without server side pagination, this will be a blocker for frequent usages.
/cc @neuromage
Do you know if MLMD server supports pagination?
/area frontend
/area backend
/kind feature
The text was updated successfully, but these errors were encountered: