[筆記]關於調整的一些建議
some advice from oracle support.
1. Use more database buffers to reduce the need for Disk I/O.
2. Organize objects that are heavily accesses such that they are
on separate disks.
3. Separate indexes from tables place into different tablespaces and split these tablespaces onto different disks.
4. Stripe heavily accessed objects over multiple disks.
5. Separate redo logs onto a lightly loaded disk drive.
Note: Raid 5 based disks are NOT a good location for redo logs
6. Place rollback segments into to separate tablespaces and then
by the listing order in the init.ora interleaf the access
between the two tablespaces.
7. Use multiple database writers up to the number of disk spindles
that are being accessed.
8. Use the Explain plan utility to check the most common SQL
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/6906/viewspace-21625/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 關於學習的一些建議
- 關於介面可維護性的一些建議
- Oracle效能調整筆記Oracle筆記
- 吳恩達《Machine Learning》精煉筆記 6:關於機器學習的建議吳恩達Mac筆記機器學習
- oracle效能調整筆記[zt]Oracle筆記
- 關於COM中智慧指標的一些建議. (轉)指標
- 關於學習心態的調整
- 一些運維相關的建議運維
- 【筆記】關於大資料的一些想法筆記大資料
- Quora關於如何學習動態規劃的一些建議動態規劃
- 【SQL】關於Oracle12c SQL調整中一些變化SQLOracle
- [需求建議]完美的想法,關於新功能檢視(檢視可以將模型整聯起來),跟建立選單繫結的一些建議模型
- 關於Vue和React區別的一些筆記VueReact筆記
- 關於巨集奕培訓的一些小筆記(三)筆記
- 使用SQL調整顧問得到SQL優化建議SQL優化
- Oracle資料庫效能調整 - 建議器 ADVICEOracle資料庫
- oracle記憶體調整相關Oracle記憶體
- 【筆記】statspack 學習(二) sql調整筆記SQL
- 關於快速排序中元素調整方法的分析排序
- 關於SQL資料庫一些簡單的筆記SQL資料庫筆記
- 關於PC或筆記本的一些安全設定筆記
- 有關AsyncTask的一些隨筆筆記筆記
- 老白對於RAC應用調優的建議--(摘自老白的ORACLE RAC 日記)Oracle
- 工作筆記 - 調整索引和表空間筆記索引
- <轉>oracle效能調整讀書筆記(1)Oracle筆記
- <轉>oracle效能調整讀書筆記(2)Oracle筆記
- <轉>oracle效能調整讀書筆記(3)Oracle筆記
- <轉>oracle效能調整讀書筆記(4)Oracle筆記
- <轉>oracle效能調整讀書筆記(5)Oracle筆記
- 『應用機器學習的建議』的學習筆記機器學習筆記
- 關於WiFi協議的調製方式詳解WiFi協議
- Vue學習筆記 - 關於過渡效果的一些總結Vue筆記
- [spring][讀書筆記]一些關於依賴注入的理解。Spring筆記依賴注入
- 關於webpack的筆記1Web筆記
- 關於AIX上VMO調整引數的若干說明AI
- 關於程式碼版本管理的思考和建議
- 關於遊戲本地化的13條建議遊戲
- 關於加強MYSQL安全的幾點建議MySql