Closed lfdversluis closed 3 years ago
I am running into access issues again when running AIP on the DAS5, I will migrate to Postgres
postgres is a nightmare to get working on the DAS without root, trying mysql
Everything was updated to postgres in the end. Multi-threaded access etc. are now all doable as well have good performance. Closing this one.
We upped the timeout of the database to 120 seconds because concurrent access are tricky in mysqlite. Postgres and mysql are very good with multiple connections, with postgres having the edge. Postgres being open source is also a plus. Check if moving to this database makes sense.
https://www.psycopg.org/ is a good starting point