I meant the autoresolve issues…
For others facing the same issue, I have done the following:
DELETE FROM public.nodestore_node WHERE “timestamp” < NOW() - INTERVAL ‘10 day’;
VACUUM FULL public.nodestore_node;
Disk space usage went from 30 GB to ~3 GB. Sentry seems to be functional still…