- Nov 16, 2006
- 557
- 0
- 0
I'm working on this real time app with gwt. Its a pretty simple app (right now). I fetch some data from a couple of db's, do some calculations and present a nice pretty overall status for the boss, and the support staff.
Right now everything is on an application level, so every instance created results in a bunch of store procs getting executed.
At what point should I start caching the data I receive from the databases? The same information is shown to all the users, so there is some merit to caching. But if only 10-20 ppl are using it I'm not sure if its worth the dev time. But what if its 50 users? 100 users? At what point should I start caching the data?
Right now everything is on an application level, so every instance created results in a bunch of store procs getting executed.
At what point should I start caching the data I receive from the databases? The same information is shown to all the users, so there is some merit to caching. But if only 10-20 ppl are using it I'm not sure if its worth the dev time. But what if its 50 users? 100 users? At what point should I start caching the data?
