Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> HELP: Stored Procedure performance question
Folks, I need to build a system that sends out notifications
when a relation changes in the database. This has to be
highly scalable, i.e., millions of hits per day. Some of these
relation's are quite expensive, i.e., they may require joins.
I would like to know the pros/cons of using :
Basically, I want to know how expensive are stored procedures
in oracle instances. Can I do everything in stored procedures/triggers
and still get the salability to serve millions of transactions. Won't
the
heavy server side processing become a bottle-neck ?? Has anyone done
any benchmarks on stored procedure logic and degradation of transaction
processing throughput ??
Also how well does the Oracle Advanced Queuing infrastructure scale ??
Any advice/pointers appreciated.
Thanks in advance.
Regards.
Furkan
Received on Thu May 13 1999 - 19:14:57 CDT
![]() |
![]() |