052-003題解析
3.
While observing the index statistics, you find that an index is highly fragmented, thereby resulting in poor database performance. Which option would you use to reduce fragmentation without affecting the users who are currently using the index?
A.Validate the index structure using the ANALYZE...INDEX command.
B.Rebuild the index using the ALTER INDEX..REBUILD ONLINE command.
C.Change the block space utilization parameters using the ALTER INDEX command.
D.Deallocate the unused space in the index using the ALTER INDEX..DEALLOCATE UNUSED command.
Answer: B
答案解析:
透過重建不可用索引來重算指標,可使不可用索引變為有效。重建不可用索引會在新位置重新建立索引,然後會刪除不可用索引。如使用一下語句來重建索引
ALTER INDEX HR.emp_empid_pk REBUILD ONLINE;
使用REBUILD ONLINE子句,使用者可以在重建時繼續更新索引表。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12798004/viewspace-1133126/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Java面試題解析Java面試題
- 二、RHCSA試題解析
- Bugku web題解析Web
- golang url解析問題Golang
- svn上問題解析
- 052-046題解析
- 052-004題解析
- Oracle IO問題解析Oracle
- oracle IO 問題解析Oracle
- weex常見問題解析
- Google經典面試題解析Go面試題
- leetcode小題解析LeetCode
- 常見面試題 - URL 解析面試題
- python練習題解析Python
- Go面試題答案與解析Go面試題
- 052-002題解析
- 052-006題解析
- 052-007題解析
- 052-008題解析
- 052-009題解析
- 052-013題解析
- Oracle IO問題解析(ZT)Oracle
- Oracle IO問題解析(7)Oracle
- Oracle I/O問題解析Oracle
- 程式設計題目解析程式設計
- 【Java】Word題庫解析2Java
- [面試題]事件迴圈經典面試題解析面試題事件
- 【JavaScript】前端演算法題 40道題+解析JavaScript前端演算法
- Oracle ocp 052題庫解析2Oracle
- Mybatis N+1問題解析MyBatis
- 部分JS經典題目解析JS
- answerOpenCV輪廓類問題解析OpenCV
- 前端面試題之Promise解析前端面試題Promise
- 解析xml 成bool的問題XML
- 解析一道JS面試題JS面試題
- iOS介面資料解析問題iOS
- Facebook面試題 | 迷你解析器面試題
- JavaScript 的 this 指向問題深度解析JavaScript