Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.6 KB

README.md

File metadata and controls

42 lines (36 loc) · 1.6 KB

LevelDB Introduction

Week 1 (PPT)

  1. Study Introduction
  2. Why should we understand internal structure of DB?
  3. What is a key-value store?
  4. Why open-source?
  5. Job market
  6. Lab research subject
  7. Environment setup
  8. Homework

Week 2 (PPT)

  1. LevelDB Architecture
  2. Key-Value Interface
  3. Internal Operations
  4. Data Structure
  5. LevelDB Installation
  6. db_bench experiment (script)
  7. References
  8. Homework
  9. Appendix: RocksDB installation & db_bench

Week 3 (PPT)

  1. How to analyze LevelDB
  2. VS code
  3. Understand
  4. GDB
  5. Uftrace (script)

File