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?
AdyPosted Jan 1, 2010, 4:55 PM
AdyPosted Jan 5, 2010, 2:55 PM
patrickPosted Jan 5, 2010, 12:26 PM