patrick

patrick

  • NA
  • 422
  • 0

SQLLite application still running slow

Jan 1 2010 2:09 PM
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)