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

Feature: Limit results returned from GetIdentityTransfersInTickRangeV2 #56

Open
dmdeklerk opened this issue Aug 29, 2024 · 0 comments
Open

Comments

@dmdeklerk
Copy link

Problem: Currently, GetIdentityTransfersInTickRangeV2 fetches potentially large data sets from a key-value store before applying any limits, which can impact performance due to the volume of data handled, especially for pagination.

Proposed Feature: Introduce a parameter to limit the number of results returned by GetIdentityTransfersInTickRangeV2. This post-fetch limiting will support efficient pagination and improve client-side performance by reducing data transfer and load times.

PR will follow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant