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
For instance, for an environment with ~50k overrides, retrieving features with override counters takes 15 to 80 seconds.
Things to explore:
Look into DynamoDB access pattern and ways to optimise it
Cache/store identity counters elsewhere
Related PR that likely introduced the issue is here #3164. Note that this only then became an issue once we migrated customers with large numbers of identity overrides as part of the work for local identity overrides.
The text was updated successfully, but these errors were encountered:
For now, a valid solution is likely to just add a + next to the icon if there are possibly more identity overrides, using the fact that a next page exists in dynamo.
For instance, for an environment with ~50k overrides, retrieving features with override counters takes 15 to 80 seconds.
Things to explore:
Related PR that likely introduced the issue is here #3164. Note that this only then became an issue once we migrated customers with large numbers of identity overrides as part of the work for local identity overrides.
The text was updated successfully, but these errors were encountered: