Skip to content

SQLite Message Culling #17

@tyzbit

Description

@tyzbit

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions