Hello all,
We use sentry on premise installation v20.10.1. ( GitHub - getsentry/onpremise: Sentry On-Premise setup).
Our Postgres DB already ocupated 150GB and become larger and larger each day.
I checked which table consumes this space :
public | nodestore_node | table | postgres | 124 GB |
Can someone explain what kind of data stored in nodestore_node table? As i understood in latest Sentry versions all events etc are stored even not in postgres but clickhouse…
Is there way to reduce size of this table? any cleanups etc?