flagsmith
flagsmith copied to clipboard
Identity override count retrieval is slow for large numbers of overrides
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
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.