Показать сообщение отдельно
Старый 12.01.2009, 11:16   #6  
ZVV is offline
ZVV
MCITP
MCP
Oracle
MCBMSS
 
1,006 / 246 (11) ++++++
Регистрация: 13.02.2004
Адрес: Минск
->
Цитата:
Цитата:
Сообщение от Oracle
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.
__________________
Zhirenkov Vitaly