콘텐츠로 건너뛰기
  • Home
  • Research
  • Members
  • Publications
  • News
  • Gallery
  • Home
  • Research
  • Members
  • Publications
  • News
  • Gallery
  • LevelDB WIKI

    • 1.1. WAL
    • 1.2. Manifest
    • 1.3. Memtable
    • 1.4-1. SSTable
    • 1.4-2. SSTable Write
    • 1.4-3. SSTable Read
    • 1.5-1. Compaction
    • 1.5-2. Minor Compaction
    • 1.5-3. Major Compaction
    • 1.6-1. Bloom Filter
    • 1.6-2. Bloom Filter Write
    • 1.6-3. Bloom Filter Read
    • 1.7. Cache
    • 2.0. Experiment guide
    • 2.1-1. WAL-1
    • 2.1-2. WAL-2
    • 2.1-3. WAL-3
    • 2.2. Memtable
    • 2.3. Compaction
    • 2.4. SSTable
    • 2.5. Bloom Filter
    • 3.0. Tuning Contest Guide
    • 3.1. Team SSTable
    • 3.2. Team Bloom Filter
    • 3.3. Team WAL/Manifest
    • 3.4. Team Memtable
    • 3.5. Team Cache
    • 3.6. Team Compaction
    • 4.1. Homework
    • 4.2. Solution
    • 5.0. References

5.0. References

  • 2022년 09월 25일2022년 09월 25일

1. Documents

  • LevelDB Document
  • RocksDB Wiki
  • Jongmoo Choi,『Key-Value Store: Database for Unstructured Bigdata』, 2021
  • Fenggang Wu, 『LevelDB Introduction』, 2016
  • rjl493456442, 『leveldb-handbook (CHS)』, 2022
  • rsy56640, 『read_and_analyse_levelDB (CHS)』
  • FOCUS,『LevelDB fully parsed (CHS)』
  • bloomingTony, 『Research on Network and Storage Technology(CHS)』
  • 木鸟杂记,『Talking about LevelDB data structure (CHS)』, 2021

2. Lecture

  • Jongmoo Choi, 『Key-Value Store: Database for Unstructured Bigdata (KOR)』, 2021
  • GL Tech Tutorials, 『LSM trees』, 2021
  • Wei Zhou, LevelDB YouTube playlist

3. Analysis Tools

  • GDB
  • Understand
  • Uftrace
  • Draw.io

4. Previous Study

  • DKU RocksDB Festival, 2021
Copyright - khlee