robsworld78
Registered User.
- Local time
- Yesterday, 16:25
- Joined
- May 31, 2011
- Messages
- 99
Hi, I've been working the last 10 months on a database and now its time to put it to the ultimate test, real life. I also want to thank those that helped me with some issues along the way! The database is quite large, has about 700 objects and about 35 of those are tables.
What I did was split the tables in multiple backends, there are a total of 6 backend files, each backend file is linked to the frontend file. I did this because I thought it might run more efficient as a single file would get quite large over time. During building its been running fast but now I just installed it on the network its going to be used on and its runs quite slow. Some forms have a lot of data on them and they can take about 1 minute to open, seems like 10 though. What worries me is it doesn't have lots of test data so it should be quick like whne I'm developing.
The frontend file has been compiled and I'm running the executable file, accde, which works the same on my computer.
So now I'm wondering if I should have the backends merged to 1 file or is it better split the way I have it and possibly issues with the network. The network was setup last year by someone who is so-so at networks, had troubles doing it but did get it.
Does anyone have any tips or articles that explain running it on a network better.
Thanks
What I did was split the tables in multiple backends, there are a total of 6 backend files, each backend file is linked to the frontend file. I did this because I thought it might run more efficient as a single file would get quite large over time. During building its been running fast but now I just installed it on the network its going to be used on and its runs quite slow. Some forms have a lot of data on them and they can take about 1 minute to open, seems like 10 though. What worries me is it doesn't have lots of test data so it should be quick like whne I'm developing.
The frontend file has been compiled and I'm running the executable file, accde, which works the same on my computer.
So now I'm wondering if I should have the backends merged to 1 file or is it better split the way I have it and possibly issues with the network. The network was setup last year by someone who is so-so at networks, had troubles doing it but did get it.
Does anyone have any tips or articles that explain running it on a network better.
Thanks