Hey @Jim_Le, loving the ephemeral DB technique! Am I right to conclude then that the DBs are not persistent across executions (as the name suggests)?
Edit: Checked. It looks like the DBs do persist across executions. I guess there are implications then on the volume of data that the instance is going to accrue (for n8n Cloud plans) including:
- Increased execution log pruning
- Increased likelihood of out of memory incidents.
Can anyone advise if it’s possible to check the instance memory status during runtime? It doesn’t look like the API supports it.