CMU15-445
Lecture #08: Trees Indexes
refer to course refer to Note
refer to Slide
[[TOC]]
1. Table Indexes
table index 是一份表属性的副本,主要用来加速。
table index 主要权衡两个方面的因素
维护的代价
加速的效果…
Lecture #07: Hash Tables
refer to Note refer to Slides
refet to courses
1. Data Structure
DBMS 主要包括以下几种数据
Internal Meta-Data : 记录有关数据库和系统的信息
Core Data Storage…
Lecture #06: Memory Management
refer to Note refer to Slide
1. Introduction
如何存储:
我们的 pages 要存储在 disk 上的什么样的地方
快速操作:
对于 DBMS 来说,在进行操作数据之前需要将所有的的数据从 Disk 先转移到 Memory…
Lecture #05: Storage Models & Compression
refer to Slide refer to Note
mindmap root((Lecture 5)) Workloads OLTP OLAP HTAP Storage Models N-Ary DSM Columnar…
CMU15445 Project 0 Trie_Tree
CMU 15-445 实验目标
该实验为 CMU 15-445/645 的前置实现。主要考察 C++ 使用的功底。
我所采用的课程为 fall20221 相关代码可以在 Release2 中下载
该课程主要涉及到两方面内容
如何搭建环境
C++ 的使用
classDiagra…