Convex self hosted on my sql
Hi I have been running a self hosted convex instance with MySQL backend for a side project.
I noticed that the document table growth is linear even if the amount of documents in the system is stable.
From the very helpful doc AI I have learned.
Old versions are not immediately deleted from the log, which explains why the table grows and does not shrink even as documents are deleted or updated How Convex Works: The Transaction Log.
If you are concerned about storage growth, you may want to look into any available log compaction or pruning features in future Convex releases, but as of the information in the knowledge sources, this is the expected behavior.
Does anybody know of a way of running housekeeping manually?
BR
2 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
You may get some responses in #self-hosted