Hi,
I have just checked the database connection to see that the database state says its in idle and the data is just accumulating in the data cache and I am getting some data quarantined but I don't know why? any help appreciated.
Hi,
I have just checked the database connection to see that the database state says its in idle and the data is just accumulating in the data cache and I am getting some data quarantined but I don't know why? any help appreciated.
Start by getting rid of SQLite. It is not suitable for production history storage (it is optimized for super-simple configuration storage, and is single threaded).
If you need something free, use PostgreSQL or MariaDB.