Purging Persistence Service Database

2 posts / 0 new
Last post
Offline
Last seen: 6 years 2 months ago
Joined: 01/03/2018
Posts: 14
Purging Persistence Service Database

For a datawriter that is writing keyed data to a persistence service, does calling that datawriter's .dispose(instance_handle) method result in the instance data that was stored by the persistence service being purged? Or is some further processing necessary in order to remove this data permanently?

 

Thanks,

Jake

Offline
Last seen: 6 years 2 months ago
Joined: 01/03/2018
Posts: 14

I would like to close out this thread since I found the solution. By setting the "trace_file" in my persistence service qos I was able to confirm that the database is in fact purged whenever the data is disposed.