Oracle Index Parallel Degree Fix After Parallel Creation or Rebuild | Tanel Poder Consulting #55
Replies: 1 comment 1 reply
-
Hi Tanel, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Oracle Index Parallel Degree Fix After Parallel Creation or Rebuild | Tanel Poder Consulting
Back in 2007, my third blog entry was about a parallel index building gotcha, a warning about building & rebuilding indexes in parallel. After completing the build, Oracle left the parallel degree in place for that index in data dictionary. Thus, after building a great new index over some weekend, many of your OLTP queries could have picked a parallel plan afterwards!
Whenever creating/rebuilding any indexes, I had a habit of writing up both the CREATE INDEX . - Linux, Oracle, SQL performance tuning and troubleshooting - consulting & training.
https://tanelpoder.com/posts/index-parallelism-fix/
Beta Was this translation helpful? Give feedback.
All reactions