admin管理员组

文章数量:1123505

I have a java desktop app that reads and writes a sqlite database shared from a samba share. I know this is not recommended but it was first intended to be used from an external hard drive. The database is accesed from multiple hosts but never at the same time. As i dont have concurrent access to the database this worked beautifuly for years until the database reached some size (i suppose). Now i have some performance problems. The question is, can i activate and test WAL mode if only one user will use the database even it its store on a network share? Thanks!

本文标签: