首页 > LSM 优化系列(六)-- 【ATC‘20】MatrixKV : NVM 的PMEM 在 LSM-tree的write stall和写放大上的优化

LSM 优化系列(六)-- 【ATC‘20】MatrixKV : NVM 的PMEM 在 LSM-tree的write stall和写放大上的优化

文章目录

    • LSM 问题背景
    • MatrixKV 设计细节
      • 整体架构介绍
      • Matrix Container介绍
        • Receiver
        • RowTable
        • Compactor
        • Space management
      • Column Compaction介绍
      • 对于Column Compaction的总结
      • 读加速 Cross-row Hint Search
      • MatrixKv 写入完整流程
      • MatrixKV 读取完整流程
    • MatrixKV 性能
    • 总结

更多相关:

  • ​​​​​​​Play with kernel list_head, three exampleshttps://www.fatalerrors.org/a/play-with-kernel-list_head-three-examples-of-super-cattle.html一篇介绍linux 内核链表的非常精彩的文章。...

  • 【转载】:JAVA面试中问及HIBERNATE与 MYBATIS的对比,在这里做一下总结 转载于:https://www.cnblogs.com/virgosnail/p/10054987.html...