Hi
I am use version 2023.2.24, currently I am using a SQL Lite as db source, I have a quite big dg size now, it over 22M, is there any way I can reduce my DB size, I tried "clean up" tool, DB optimize, but seems it not really help.
47f49949-4a17-4362-85e9-853c39ef9869.png
I cleaned most of connection history and activity history, the table size get reduced, but DB size still same.
You can shrink your database.
https://learn.microsoft.com/en-us/sql/relational-databases/databases/shrink-a-database?view=sql-server-ver16
Stéfane Lavergne