Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: "Throttling" a session's IO

Re: "Throttling" a session's IO

From: Gints Plivna <gints.plivna_at_gmail.com>
Date: Tue, 3 Apr 2007 17:51:44 +0300
Message-ID: <6e49b6d00704030751m366b48ddwe2b8df5bb905448a@mail.gmail.com>


So the biggest problem it seems are not the MVs themselves but the fact that these are working at least a few minutes and stealing all the system resouces for that time.

So have you investigated resouce manager? As you've mentioned 9i here is url for 9.2 docs: http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96521/dbrm.htm#5080

Although I haven't really used resource manager unlike the two MVs aproach that was mentioned before :)

BTW dropping and recreating indexes might be faster than maintaining them on insert. You can of course measure that yourself but for us it really was better solution.

Also if you are referring directly to MVs but not using query rewrite you use synonym just switching it from the first to second and back. It seems even if a query is running in session X you can switch it to another object (in another session) and X succesfully continues to run till the end.

Gints Plivna
http://www.gplivna.eu

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Apr 03 2007 - 09:51:44 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US