smartscity
CtrlK
  • CTO 全景图:打造你的核心技能树
  • About Me
  • 1.技术体系与架构设计
    • 1.1Java生态与语言核心
      • Java 基础与语法
        • Data Structure
          • Array
          • Heap
          • Queue
          • LinkedList
          • Tree
            • 二叉树
            • 平衡二叉树
            • BTree
            • B+ Tree
            • Merkle Tree
            • LSM TREE
          • Orthogonal List
          • Ajacency List
          • Inverse Adjacency List
          • BTree
        • Algorithm
          • 时间复杂度
          • 算法基础
            • Sorting
            • Counting Sort
            • TOP K
            • Binary Tree Search
            • 一致性算法
          • Q&A
      • JVM原理与性能调优
        • JVM 1.7 Principle
        • JVM 1.8
        • 堆外内存
        • GC 原理
        • 字节码
        • 空间占用
        • 动态代理
        • JVM 命令
        • 性能调优
      • 并发编程
        • Java Lock
        • Thread Pool
        • 深入理解 Java 并发工具
        • 协程
        • 潜规则
        • 虚拟线程
        • 无锁编程
      • Java Agent(代理)
      • Q&A
        • 一个对象从出生到销毁在JVM中都经历了什么?
  • Algorithm
    • 消息传递的一致性算法
      • Paxos
    • 分布式缓存一致性算法
  • Architecture
    • SOA Architecture
    • Micro Service Architecture
      • Traeffic
      • Metrics 监控 for Prometheus&Grafana
      • 微服务集群监控治理
    • Domain-Driven Design
    • Database Transaction
    • Distributed Transaction Service
    • Untitled
    • 架构
  • Storage
    • OLTP
      • MySQL
    • OLAP
      • MongoDB
    • Redis
    • Time Series Database
    • Graph Databases
      • Neo4j
    • ClickHouse
    • HTAP
      • TiDB
    • 引擎
      • Innodb
      • RocksDB
      • LevelDB
  • Framework
    • Spring
    • IBatis & MyBatis
    • Ribbitmq
    • Activiti BPM
    • MyCat
  • Machine Learning
    • Introduce
    • Machine Learning Algorithm
      • Linear Regression
      • Decision Tree
      • Naive Bayes
      • Support Vector Machine
      • Untitled
    • Machine Learning Tools
      • Spark ML
        • Basic Knowledge
      • DeepLearning4J
      • Tensoflow
      • XGBoost
      • Untitled
    • Kaggle Competition
      • Titanic Demo
  • Operation & Monitoring
    • Monitor Service
    • DevOps
    • Kubernetes 介绍
      • Minikube
      • Kubeadm
    • 自动化运维
      • Ansible
  • Paper Writing
    • Rules of Paper (论文规则)
    • 人力资源管理概论
  • Q&A
    • RabbitMQ Producer Block
    • Technology Stack Selection
    • SaaS Store
      • 需求点
      • Codegen
      • Building
      • Test & QA
      • Deploy
      • Liquibase
      • Production
    • FQA
  • Article
    • 统一监控平台
    • Q&A
  • Security
    • 技术安全&安全技术
    • 反序列化漏洞
    • SSRF(服务请求伪造)
    • 整数溢出原理(BEC智能合约漏洞案例)
    • 命令执行漏洞
    • SQL注入攻击
    • XML实体注入
Powered by GitBook
On this page

Was this helpful?

  1. 1.技术体系与架构设计
  2. 1.1Java生态与语言核心
  3. Java 基础与语法
  4. Data Structure
  5. Tree

LSM TREE

目的:解决批量读取

https://baijiahao.baidu.com/s?id=1625857888377870075&wfr=spider&for=pc

PreviousMerkle TreeNextOrthogonal List

Last updated 5 years ago

Was this helpful?