Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Cache on sysdate? --From 9i performance planning manual
Hi,
It would account for 100% of a database's workload or it could account for 0.000001% of it. Or maybe 42%, which is another good number.
This is of course nonsense taken as a statement by itself. Check out Connor McDonald's article on Dual (and probably many others have written about it, too) on www.OracleDBA.co.uk for alternatives (Jonathan Lewis has done studies on this, too).
No, it has nothing to do with iAS or such. It simply means to minimize the number of times you get the information and thereby reduce workload on any system.
The road to scaling applications goes through the simple principle of doing as little work as possible :-).
Best regards,
Mogens
chao_ping wrote:
>Hi, list friends:
> I am reading oracle 9.2 performance planning manual, and see it says:
>
> Today's date. SELECT SYSDATE FROM DUAL can account for over 60% of the
>workload on a database.
> {page 33 of that manual}
> How to understand that words? And does it mean to get the sysdate from application server rather than the db server? How to do it in the sql statement? anyone have examples?
>
>
>
>
>Regards
>zhu chao
>msn:chao_ping_at_163.com
>www.happyit.net
>www.cnoug.org(ChinaOracle User Group)
>
>
>
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: =?ISO-8859-1?Q?Mogens_N=F8rgaard?= INET: mln_at_miracleas.dk Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Dec 26 2002 - 10:13:56 CST
![]() |
![]() |