Database increasing rapidly

It seems like the DB size is growing quickly and I would like to find the problem sensor(s) and stop the logging of it.
I am using mariaDB and I have myphpAdmin add-on to look inside the db as well.
What’s the best way to find out what is logging excessively?

See “2. Good-enough approach” here How to reduce your database size and extend the life of your SD card

Perfect, favorited the link :smiley:
Thanks

@tom_l I dug a bit deeper into the issue since I have already done what is suggested on that page and stopped the logging of the often updating entities but I am still seeing daily increase to the DB
By looking at the daily backups I have found that what is growing daily is the state_attributes table
Yesterday backup:
image
Today backup:
image
Any idea what makes this grow, I’d say this started around one of the April updates
Ideally if there’s a query I can run in myphpadmin to find out the excessive logging in that table?