3
Answers

SQLLite application still running slow

Ask a question
patrick

patrick

14y
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)