SQLLite application still running slow
I made a pos for a pizza company. It uses 3-4 computer accessing a sqlite database in a network folder. The problem is, they slow down terribly when business volume goes up. My thought was that the read/write operations are occuring more frequently than I had anticipated. Would splitting the database up into seperate files instead of one large file make a difference?