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

Pagination become slow when alot of orchestration #170

Open
bhugot opened this issue May 15, 2023 · 1 comment
Open

Pagination become slow when alot of orchestration #170

bhugot opened this issue May 15, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@bhugot
Copy link
Contributor

bhugot commented May 15, 2023

As the implementation use offset instead of real continuation token, it's leading to performance problem when we go in high offset.
Maybe we could change the implementation to use last id for continuation token.

@cgillum
Copy link
Member

cgillum commented May 15, 2023

Thanks for this suggestion. I agree it’s a good idea to help maintain good performance with large instance counts.

@cgillum cgillum added enhancement New feature or request and removed Needs: Triage 🔍 labels May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants