Bruce Trimpop
08-31-2004, 09:54 AM
I'm having a discussion with a co-worker and we're having a difference of opinion. I'd like to get others thoughts.
We have a Web based app, Cold Fusion and JRUN application servers with an Oracle 9i backend. Load will be anywhere from 1000 to 5000 users simultaneously. There is a fair amount of processing of data that needs to occur at times before display to the Browser. Does it make more sense (performance wise) to do the processing with stored procedures or move it into Java and run it on the app server?
db server is a single quad 700 with 4 gig, the app servers are 2 load balanced dual 1600's with 2 gig.
My thought is to have the app server do the processing and just let the db server serve data. Otherwise I think you'll be killing response times by having the db server doing what can be some pretty heavy processing instead of just responding to queries. Doing some limited benchmarking with under 100 users the db server cpu's hitting some pretty high utilization percentages with the processing being done in stored procedures.
I know this is pretty limited info to go on, but any thoughts or comments would be appreciated?
Thanks
We have a Web based app, Cold Fusion and JRUN application servers with an Oracle 9i backend. Load will be anywhere from 1000 to 5000 users simultaneously. There is a fair amount of processing of data that needs to occur at times before display to the Browser. Does it make more sense (performance wise) to do the processing with stored procedures or move it into Java and run it on the app server?
db server is a single quad 700 with 4 gig, the app servers are 2 load balanced dual 1600's with 2 gig.
My thought is to have the app server do the processing and just let the db server serve data. Otherwise I think you'll be killing response times by having the db server doing what can be some pretty heavy processing instead of just responding to queries. Doing some limited benchmarking with under 100 users the db server cpu's hitting some pretty high utilization percentages with the processing being done in stored procedures.
I know this is pretty limited info to go on, but any thoughts or comments would be appreciated?
Thanks