You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: