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
When configuring a view with retention policy LatestVersionSubset the LDES Server should ensure that only the N last versions of a state objects are available in the view. The same is true for the event source retention: all members except for the M last ones should be deleted from the database.
The expected result is that the members table (event source) contains the latest 15 members (5 parking lots x 3 versions) and that the view contains the latest 10 members (5 parking lots x 2 versions).
It appears that the LDES Server incorrectly keeps the first 3 versions of each parking lot and in addition also the 2 last versions because the view still relies on them?
Anyway, I would expect only the last 15 members to physically be in the members table and the 10 last members to be associated in the page_members table.
The text was updated successfully, but these errors were encountered:
When configuring a view with retention policy LatestVersionSubset the LDES Server should ensure that only the N last versions of a state objects are available in the view. The same is true for the event source retention: all members except for the M last ones should be deleted from the database.
I use the occupancy of the parking lots of the city of Ghent as a data sources (see broker tutorial) which produces 5 new members at regular intervals (every 5 minutes).
I have configured a LDES with the event source keeping the last 3 versions:
and I define the view to contain the last 2 versions:
After a while I see that
results in:
results:
results:
The expected result is that the members table (event source) contains the latest 15 members (5 parking lots x 3 versions) and that the view contains the latest 10 members (5 parking lots x 2 versions).
It appears that the LDES Server incorrectly keeps the first 3 versions of each parking lot and in addition also the 2 last versions because the view still relies on them?
Anyway, I would expect only the last 15 members to physically be in the members table and the 10 last members to be associated in the page_members table.
The text was updated successfully, but these errors were encountered: