Mobile document queue size and cleanup

Problem

My mobile document queue list has grown to be a large database file, and I want to know if I can perform a clean up reduce the file size.


Solution

Unless the customer has legal or business requirements to keep track of what operations have been performed you can simply delete all entries before a certain date to reduce the file size, as they are not used for anything after they have been processed.

Deleting an entry will delete the XML for that entry.

You can create a job queue task to perform this periodically by using retention policies.