Informatievlaanderen / VSDS-LDESServer4J

Linked Data Event Streams Server for Java
https://informatievlaanderen.github.io/VSDS-LDESServer4J
European Union Public License 1.2
10 stars 11 forks source link

Metrics shows more than 100% pagination for some views #1408

Open rorlic opened 2 weeks ago

rorlic commented 2 weeks ago

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.