这是cmu 15-445第五节课程Storage Models & Compression的上半部分,主要包括Storage Models的内容,压缩部分下次再整理,学完这部分可以去做hw2的第一部分
hw2还有两部分是扩展哈希表、B+树,估计过几天也会有总结出来
课程主页:CMU 15-445/645 :: Intro to Database Systems (Fall 2023)
Database Workloads
-
OLTP(On-line Transaction Processing)→处理
Simple queries that read/update a small amount of data that is related to a single entity in the database
An OLTP workload is characterized by fast, short running operations, repetitive operations and simple querie</