leveldb-handbook
latest

内容:

  • 基本概念
  • 读写操作
  • 日志
  • 内存数据库
  • sstable
  • 缓存系统
  • 布隆过滤器
  • compaction
  • 版本控制
leveldb-handbook
  • Docs »
  • leveldb-handbook
  • Edit on GitHub

leveldb-handbook¶

内容:

  • 基本概念
    • 整体架构
  • 读写操作
    • 写操作
    • 读操作
    • 读取
  • 日志
    • 日志结构
    • 日志内容
    • 日志写
    • 日志读
  • 内存数据库
    • 跳表
    • 内存数据库
  • sstable
    • 概述
    • SStable文件格式
    • data block结构
    • filter block结构
    • meta index block结构
    • index block结构
    • footer结构
    • 读写操作
    • 读操作
    • 文件特点
  • 缓存系统
    • Cache结构
    • Dynamic-sized NonBlocking Hash table
    • LRU
    • 缓存数据
    • 参考文献
  • 布隆过滤器
    • 结构
    • 数学结论
    • 实现
    • 参考文献
  • compaction
    • Compaction的作用
    • Compaction过程
    • 用户行为
  • 版本控制
    • Manifest
    • Commit
    • Recover
    • Current
    • 异常处理
    • 多版本并发控制
Next

© Copyright 2017, Gary Rong Revision f7d099ee.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.