Hey, I have a split database that multiple users will be accessing, and am looking at ways to maximise performance.
I was wondering if somebody could tell me how often a query accesses the tables it is linked to.
** The following may be way off base and completely stupid, so if im going in the wrong direction please tell me**
What I am thinking is having a semi global query, or series of query's that hold all the necessary information, so that I can reference a query instead of having to access the linked tables all the time.. The network is not overly fast, as it handles a lot of traffic, thus I'm trying to figure out how to minimise the number of transactions between the front and back ends.
Any help would be appreciated
I was wondering if somebody could tell me how often a query accesses the tables it is linked to.
** The following may be way off base and completely stupid, so if im going in the wrong direction please tell me**
What I am thinking is having a semi global query, or series of query's that hold all the necessary information, so that I can reference a query instead of having to access the linked tables all the time.. The network is not overly fast, as it handles a lot of traffic, thus I'm trying to figure out how to minimise the number of transactions between the front and back ends.
Any help would be appreciated