For views that can create multiple buckets for a member, the metrics can show more than 100% of the members as paginated. Of course, this can never be more than 100%.
The issue is caused by the view_stats table being updated while paginating but a better approach is to update the paginated count after the pagination step based on the bucketized member count from the bucketization step.
For views that can create multiple buckets for a member, the metrics can show more than 100% of the members as paginated. Of course, this can never be more than 100%.
The issue is caused by the view_stats table being updated while paginating but a better approach is to update the paginated count after the pagination step based on the bucketized member count from the bucketization step.