One popular approach to manual I/O distribution suggests separating a frequently used table from its index. This is not correct. During the course of a transaction, the index is read first, and then the table is read. Because these I/Os occur sequentially, the table and index can be stored on the same disk without contention. It is not sufficient to separate a datafile simply because the datafile contains indexes or table data. The decision to segregate a file should be made only when the I/O rate for that file affects database performance.
-- 引用自 <>
[@more@]来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/136097/viewspace-1007462/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/136097/viewspace-1007462/