When using the databases, messages are marked as deleted but are not actually deleted. This can take up a lot of space quickly and can adversely affect performance.
We can implement message culling such that the database is cleaned up according to number of messages, date of oldest message or cull as soon as a message is processed to use the database solely as a persistent message queue.
When using the databases, messages are marked as deleted but are not actually deleted. This can take up a lot of space quickly and can adversely affect performance.
We can implement message culling such that the database is cleaned up according to number of messages, date of oldest message or cull as soon as a message is processed to use the database solely as a persistent message queue.