Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> 10,000 queries per second: Can it be done?
Hey folks,
We have a fast cgi app that processes about 10,000 web requests a second. Right now, we include all of the data the app needs at runtime in the source code so that all the data remains in memory while the app runs (we use a binary tree data structure). We do this instead of reading data from a file or accessing a database because we believe this is faster. The problem is, there's a limit to how large our data can be before this whole thing stops working effectively.
Could we use an Oracle solution for our problem? Can Oracle handle 10,000 relatively small queries per second? What type of hardware would be needed? We are also thinking about using dbm files but we'd prefer to use a database.
Thanks in advance.
QM
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Thu Sep 07 2000 - 08:49:18 CDT
![]() |
![]() |