A Libertine of Computer Science

Tag: Database

Introduction to Disk-oriented DBMS

DuckDB--Query Execution

DuckDB--Pipeline

Query Suspend and Resume

DuckDB--Buffer-Manangement

DuckDB--Data Representation

NUMA[Non-Uniform Memory Access] 非均匀内存访问架构

Buffer vs Cache [缓冲 vs 缓存]

Revisit Join

Pull-based vs Push-based Query Engine

BlinkDB: Queries with Bounded Errors and Bounded Response Times on Very Large Data

Log-Structured Merge Trees [LSM Tree 介绍]

Write Amplification in SSD [SSD中的写入放大]

Lock in DBMS [数据库系统中的锁]

Database Conflict Serializability [数据库冲突可串行化]

Database Memory Mangement [硬盘数据库内存管理]

Parallel Database Architecture [并行数据库架构]

Caching vs. Anti-Caching [缓存和反缓存]

Sequential Consistency [顺序一致性]

Introduction to B+ Tree [B+树简介]

Introduction to BASE [BASE理论介绍]

Introduction to CAP [CAP理论简介]

Introduction to NoSQL [NoSQL简介]

Introduction to B Tree [B树简介]

Introduction to Concurrence Control in database [数据库并发控制概述]