[筆記]關於調整的一些建議
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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 關於學習的一些建議
- 關於介面可維護性的一些建議
- 一些運維相關的建議運維
- 關於學習心態的調整
- Quora關於如何學習動態規劃的一些建議動態規劃
- 關於Vue和React區別的一些筆記VueReact筆記
- 關於巨集奕培訓的一些小筆記(三)筆記
- 【SQL】關於Oracle12c SQL調整中一些變化SQLOracle
- [需求建議]完美的想法,關於新功能檢視(檢視可以將模型整聯起來),跟建立選單繫結的一些建議模型
- 吳恩達《Machine Learning》精煉筆記 6:關於機器學習的建議吳恩達Mac筆記機器學習
- 關於SQL資料庫一些簡單的筆記SQL資料庫筆記
- 關於晉升的5個建議
- 關於快速排序中元素調整方法的分析排序
- [spring][讀書筆記]一些關於依賴注入的理解。Spring筆記依賴注入
- 關於fsdb的一些記錄
- Vue學習筆記 - 關於過渡效果的一些總結Vue筆記
- 關於WiFi協議的調製方式詳解WiFi協議
- nodejs的TCP相關的一些筆記NodeJSTCP筆記
- 關於C/CPP使用結構體中位域的一些筆記結構體筆記
- 關於BenchMark/c++11計時器/Chrome:tracing 的一些筆記C++Chrome筆記
- 關於程式碼版本管理的思考和建議
- 關於加強MYSQL安全的幾點建議MySql
- 關於收集,標準化和集中化處理 Golang 日誌的一些建議Golang
- 關於http的瑣碎筆記HTTP筆記
- 《改善python程式的91個建議》讀書筆記Python筆記
- 關於達夢的一些隨筆內容
- 關於撲克牌的一些討論——《Fluent Python 2》讀書筆記Python筆記
- 太陽分享:一些關於Python語言的爭議Python
- 關於遊戲本地化的13條建議遊戲
- 關於c#使用Npoi庫的一些隨筆C#
- 關於http(自己的學習筆記)HTTP筆記
- iOS 關於tabBar的幾處筆記iOStabBar筆記
- 關於js繼承的想法筆記JS繼承筆記
- Myth 關於Git的學習筆記Git筆記
- [筆記]關於blade佈局的使用筆記
- 彙編學習筆記07——BCD碼及調整指令筆記
- 關於vue-baidu-map的一些記錄VueAI
- 一些有價值的工作建議
- 頁面優化的一些建議優化