由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - common misconception in Oracle
相关主题
请推荐database的经典书Oracle DBA position is available in bay area (转载)
Oracle Group and Index question一个oracle performance 的问题。
骑驴找马记考古了半天,大家说的db developer和一般的programmer有什么
BJ,那个COLUMNSTORE INDEX是不是BITMAP INDEX啊advices please on learning Oracle
【个人观点】应该这么学习OracleOracle证书
在没有Key的情况下,怎么update一个table的内容到另一个table?Recommended Books for oracle beginners
Tom Kyte's top 12 new features of Oracle DB 12c怎么准备第一份DBA工作
Oracle OCM 有多牛?求职Oracle DBA
相关话题的讨论汇总
话题: oracle话题: index
进入Database版参与讨论
1 (共1页)
g*******g
发帖数: 108
1
I posted the following in "c*****[email protected]".
Hello guys:
Let's work together to compile a list of popular misconceptions about
Oracle DB management/practics? It will help new Chinese DBAs to get to the
Senior level
1) Buffer Cache Hit Ratio is a good performance tuning factor. This is
not true,
2) Rebuilt index regularly helps performance. This is not true. indexes
are rarely needed to be rebuilt.

See richard foote's note on index internal.http://richardfoote.wordpress.com/category/index-rebuild/
3) Bitmap index always works better on low cardinality column index. (
male/female ).
bitmap is used to do flexible columns joins, not for low
cardinality join.
4) table partition alone helps performance.
Tom Kyte discussed this in his books, and asktom.oracle.com.
table partition alone rarely improve query performance. Code changes are
needed. Parallel.
Guys please feel free to add your favorite Oracle myth/misconception etc.
1 (共1页)
进入Database版参与讨论
相关主题
求职Oracle DBA【个人观点】应该这么学习Oracle
ORACLE DBA job in Richmond, VA, 求推荐在没有Key的情况下,怎么update一个table的内容到另一个table?
Oracle DBA position at Austin TXTom Kyte's top 12 new features of Oracle DB 12c
问个Index的问题Oracle OCM 有多牛?
请推荐database的经典书Oracle DBA position is available in bay area (转载)
Oracle Group and Index question一个oracle performance 的问题。
骑驴找马记考古了半天,大家说的db developer和一般的programmer有什么
BJ,那个COLUMNSTORE INDEX是不是BITMAP INDEX啊advices please on learning Oracle
相关话题的讨论汇总
话题: oracle话题: index