DBAsupport.com Forums - Powered by vBulletin
Results 1 to 7 of 7

Thread: working slow due to partitions added

  1. #1
    Join Date
    Feb 2001
    Posts
    125

    working slow due to partitions added

    hi all,
    we are using Oracle 8.1.7 / Form 6i
    on W2K server.
    We are using Commercial package for steel manufacturing industry.


    We have added new partitionas on our transaction tables. Since then, users are complaning that slow working in making new transactions and running reports.
    our partitions are based on two columns
    1. company varchar2(2)
    1. transaction_date

    partition is

    value less then ('company code ',yearenddate)

    what could be reason for bewing slow of working.

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    do a 10046 level 8 trace to see the execution plan and see what you are waiting on.

    Stats up to date?

  3. #3
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    How many transactions do you have? Local or global indexes? Just insert that's slow, or select/update/delete also?
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

  4. #4
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Analyze the tables after adding partitions?
    Jeff Hunter

  5. #5
    Join Date
    Dec 2002
    Location
    Bangalore ( India )
    Posts
    2,434
    Originally posted by slimdave
    Local or global indexes?
    Does this matter for transactions to get slow? (in the sense global/local.. all it matters is number of indexes)
    Last edited by abhaysk; 04-25-2005 at 07:34 AM.
    funky...

    "I Dont Want To Follow A Path, I would Rather Go Where There Is No Path And Leave A Trail."

    "Ego is the worst thing many have, try to overcome it & you will be the best, if not good, person on this earth"

  6. #6
    Join Date
    Mar 2002
    Posts
    534
    • - How many partitions did you have before adding the new one?
      - How do you access this table (fts/index)?
      - Which is the exacte definitions of the indexes of this table?
      - Why are you using ('company code ',yearenddate) as partitioning key? Are you sure that this makes sense and did you really understand the concept of "Multicolumn Partitioning Keys"?

  7. #7
    Join Date
    Sep 2001
    Location
    Makati, Philippines
    Posts
    857
    Originally posted by mike9
    • - Why are you using ('company code ',yearenddate) as partitioning key? Are you sure that this makes sense and did you really understand the concept of "Multicolumn Partitioning Keys"?
    I believe this is the closest answer. It's like creating a bitmap index on a high-cardinality columns or even worst.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width