#acl YoonKyungKoo:read,write All:read 1. Index-Organized Table 혹은 Index-Only access * Database는 narrower index를 wider index를 선호하는 경향이 있다. * 하지만, wider index를 사용하면 index only (즉, table access 없이 index 정보만을 사용하여 값을 가져옴)의 효과를 가져오는 경우가 있다. 이 경우에는 명시적으로 wider index를 사용하여 table access를 줄일 수 있도록 한다. * 오러클에는 Index-Organized Table을 사용할 수 있다. 1. Partitioned table * Oracle extension * range condition (주로 date column 사용) * very large table을 위한 방법