Oracle database internals by Riyaj

Discussions about Oracle performance tuning, RAC, Oracle internal & E-business suite.

16 Responses to “Published papers”

  1. […] My papers and presentations […]

  2. […] RMOUG, etc., and I am also an Oak Table member. Some of my papers can be found on my personal blog: my papers and presentations. Bookmark online using:These icons link to social bookmarking sites where readers can share and […]

  3. Raj Jamadagni said

    Hi Riyaj,

    Just found your website via Pythian entry. Good to see you blogging.

    Raj

  4. Thanks for your kind words Raj.

  5. Jim Dickson said

    I have just quickly scanned your site and notice that for each new sql feature you demonstrate a performance benefit – with the exception of pipelined functions.

    Have you investigated whether pipelined functions offer a performance benefit?

    In particular, I wonder if they would leverage multiple cpus when using Standard Edition.

    My assumption is that pipelined functions would favour indexes over full scans, but I don’t know if having > 1 cpu processing offsets the greater IO.

    Jim

  6. Hi Jim
    Thank you for reading my blog.

    Pipelined parallel processing will improve performance. It is a performance specific feature. This feature is quite useful for multi-stage application processing. I know of a DBA who implemented pipelined functions to improve performance.

    I am not sure why would you think that pipelined parallel functions would favor indexes, but if you can provide your test case, definitely I can research that. What version of Oracle?

    These pipelined functions are especially useful in multi-cpu environment. I don’t know how it will interact with standard Edition. I just looked it up and I don’t see any thing specific to pipelined functions and standard edition though.

    Cheers
    Riyaj

  7. Martin said

    Thanks for an excellent blog Riyaj. What are the changes that you will make your SQL scripts mentioned in Redo Internals Tuning available?

    Martin

  8. Chandra Pabba said

    Riyaj,

    Excellent presentation/material on Oracle11g Performance related features. I was wondering to see if you happen to figure out what the lock type DO really means or indicates. I also noticed that there is another lock type AE in 11g for which I didn’t find any reference.

    Good Job.

    Thanks
    Chandra Pabba

  9. Paul Kelley said

    Riyaj,

    Great stuff. I hope you don’t mind my asking – how did you discover that LMS won’t serve CR blocks until redo is flushed on the serving node? I think I have encountered a situation at work that fits that theory. I need to collect statistics from a few more work cycles before I can be sure. So far it looks as if freeing up lgwr on a high-dml instance is causing a significant reduction in gc cr waits in other instances. Does that sound right to you? Or did I perhaps misunderstand your point?

    Thanks.

    Paul

  10. Hello Paul

    Thank you for reading my blog.

    Your understanding is precisely correct. I dealt with a situation: A costly, parallel DML batch process was allowed to run in one node with the idea that effect in other nodes will be minimal. To our surprise, GC CR waits increased multi-fold causing excessive performance issues. Eventually, nodes became so unusable that we ended up killing parallel DML (which in turn caused massive rollback, increased redo and that is a story for another day).

    We tested this scenario in our pre-production test bed and we were able to prove that CR log flush waits by LMS is what caused issues in other nodes, with our test scenarios.

    Either way, workload characteristics (printed in first part of statspack or AWR report ) should help you here (somewhat). Specifically, values for the statistics “global cache cr block flush time” in the serving node will be much higher. Obviously, statspack/AWR report are printing averages, which in turn , can hide real problems. So, querying few of these global cache statistics from v$sysstat, every second or so, and analyzing that raw data would provide clear picture.

    Also read here about this statistics in this glossary glossary.

    HTH

    Cheers
    Riyaj

  11. Suresh said

    Hi Riyaz,

    Good documents to read on. Very well framed.. Thanks.. Keep going on.

    I want to find out the correct estimations or understanding on wait events and avg time outs and their calculations. Can you please suggest anything.

    -Thanks again
    Suresh

  12. […] a paper/presentation by Riyaj Shamsudeen entitled Battle of the Nodes: RAC Performance Myths (avaiable here). As I was looking through it I saw one example that struck me as very odd (Myth #3) and I […]

  13. […] Oracle database internals by Riyaz […]

  14. venkat said

    thanks

  15. […] Some of my papers can be found in my personal blog my papers and presentations […]

Leave a comment