3
Answers

SQLLite application still running slow

patrick

patrick

15y
3k
1
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?
Answers (3)
0
Suthish Nair

Suthish Nair

NA 31.7k 4.6m 13y
check Our recommended articles