Coder Social home page Coder Social logo

builddatabase's Introduction

从零开始写分布式数据库

TiDB 源码为例

  • 第一章 概论

  • 第二章 基础知识

  • 第三章 SQL解析

    • [词法分析与 golex 用法]

    • [语法分析与 goyacc 用法]

    • [解析整个语句的执行流程]

    • [案例:为 TiDB 添加一个新的函数]

    • [案例:为 TiDB 添加一个语句]

    • [思考:如何支持 json/protocol buffer]

  • 第四章 MySQL 协议支持

    • [协议概述]
    • [如何用 wireshark 来辅助调试]
    • [Request 格式]
    • [Response 格式]
    • [Prepare 语句支持]
    • [TiDB 代码分析]
  • 第五章 执行计划优化

    • [基于规则的优化]
    • [基于开销分析的优化]
    • [分布式/并行优化]
    • [延迟计算]
    • [案例分析:FoundationDB, Apache Phoenix]
    • [案例分析:Google F1, GreenPlum]
    • [TiDB 优化器代码分析]
  • 第六章 分布式 SQL 数据库的异步 Schema 变更

    • [为什么在分布式系统中异步变更 schema 比较困难]
    • [深度剖析 Google F1 的 schema 变更算法]
    • [TiDB 的异步 schema 变更实现]
  • 第七章 高级

builddatabase's People

Contributors

ngaut avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.