Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: high through put system
vissuyk_at_yahoo.com wrote:
> Hi All,
>
> We have a Servlet application that has to process 10K requests per
> second. In every request, we need to perform one lookup and one insert
> operation. The data size per select/insert is about 1K (makes up one
> row).
>
> We are using Oracle 10.2. We are no where near the needed through put.
> How can we scale this application?. Any suggestions are appreciated.
> Any proven patterns will be very much appreciated. We are going to have
> RAC too (soon), but this wont add to the tyhroughtput, I see it is a
> increasing the availability.
>
> ANy thoughts or ideas are appreciated.
>
> Thanks
>
> Vissu
After taking the good advice already posted from others ... here's the next level of suggestion.
As rule of thumb, based on a TV program here in the US that does a lot of vote counting I wouldn't see 10K inserts/sec. as an issue as they run 2-3X that volume.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Wed Aug 23 2006 - 11:19:58 CDT