2
최적화 문제 : 복합 클러스터 키, 플래그 조건 및 인덱스 병합
세 개의 테이블 : product: 열 포함 : ( a, g, ...a_lot_more... ) a: PK, clustered g: bit-column main: 열 포함 : ( c, f, a, b, ...a_lot_more... ) c: PK, clustered f: bit-column (a, b): UQ lookup 열이있는 : ( a, b, c, i ) (a, b): PK, clustered …