I have a lot of worker processes writing new data.
With SQLite, I was getting a lot of "Database locked" errors and ended up having to use pg.
I have a lot of worker processes writing new data.
With SQLite, I was getting a lot of "Database locked" errors and ended up having to use pg.