컴퓨터/데이터베이스9 [CMU 15-445 Intro to DB Sys] Lec05 Storage Models and DB Compression Workloads OLTP: write-heavy, simple OLAP: read-heavy, complex HTAP: OLAP와 OLTP가 함께 이루어지는 것으로 최근에 주목받고 있음 Storage models storage model은 tuple들이 어떻게 physically organize될지를 결정함. N-ary Storage Model(NSM) 소위 'row store'로서, 한 tuple에 대한 모든 attribute를 같은 페이지 상에 저장함. OLTP에 유리함(한 번의 fetch만으로 single tuple의 모든 attribute를 가져올 수 있음). 장점: update, insert, delete가 빠르고 OLTP에 좋음. 단점: table의 많은 부분을 scan하거나 .. 2024. 1. 1. 이전 1 2 3 다음