You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use sqlite on windows PC my I/O starts to go up to 100% and the sync rate is very slow.
Seems the sqlite is by default in FULL synchronous mode.
I should be able to set PRAGMA synchronous = OFF as parameter for the session.
Please add this paramter to the config in the node. (like WAL)
Hint
On Ubuntu it seeems to work fine
The text was updated successfully, but these errors were encountered:
When I use sqlite on windows PC my I/O starts to go up to 100% and the sync rate is very slow.
Seems the sqlite is by default in FULL synchronous mode.
I should be able to set PRAGMA synchronous = OFF as parameter for the session.
Please add this paramter to the config in the node. (like WAL)
Hint
On Ubuntu it seeems to work fine
The text was updated successfully, but these errors were encountered: