A Libertine of Computer Science
Categories
Book (8)
Development (66)
Research (68)
Writing (5)
Tags
Adjustment (12)
Algorithm (13)
Big Data (16)
Blockchain (1)
C&CPP (14)
Compile (6)
Concurrency (5)
CPU (5)
CUDA (5)
Database (25)
Distribute Computing (19)
Docker (5)
DuckDB (4)
FileSystem (12)
Git (1)
GPU (5)
Hash (1)
Idiom (1)
Java (10)
Latency (4)
Linux (1)
LLM (1)
Makefile (2)
Machine Learning (16)
NoSQL (1)
Note (12)
OS (8)
Paper (3)
Parallelism (7)
Pointer (3)
Probability (12)
Python (12)
RDMA (2)
Recommendation (1)
Reinforcement Learning (10)
Shell (3)
TensorFlow (5)
Virtualization (4)
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 [数据库并发控制概述]