I have a data set in a backend database that will be used by multiple users across a 100Mb Intranet ... I am wondering if there would be any speed gains if I used multiple back end data sets as opposed to one big one? Understanding the OS has to manage open file buffers as well ... just thinking that one large file might be more of a resource hog for disk swapping then a number of small files?
Also is there any benifit to locating the front end (code only) part of the database on the local user PC and just linking to the shared data accross the network as opposed to locating both the FE and BE mdb files on the shared network drives?
Also is there any benifit to locating the front end (code only) part of the database on the local user PC and just linking to the shared data accross the network as opposed to locating both the FE and BE mdb files on the shared network drives?