TiDB Development Guide
Ctrlk
  • TiDB Development Guide
  • Contributing to TiDB Development Guide
  • .github
  • TiDB Development Guide
    • Summary
    • contribute-to-tidb
    • extending-tidb
    • get-started
    • project-management
    • system-tables
    • understand-tidb
      • 1PC
      • Async Commit
      • Cost-based Optimization
      • DDL - Data Definition Language / Schema change handling
      • DML
      • DQL
      • Execution
      • Implementation of Typical Operators
      • Implementation of Vectorized Execution
      • Introduction of TiDB Architecture
      • Lock Resolver
      • Memory Management Mechanism
      • MVCC Garbage Collection
      • Optimistic Transaction
      • Parallel Execution Framework
      • Parser
      • Pessimistic Transaction
      • Plan Cache
      • Planner
      • Plugin
      • Privilege
      • Rule-based Optimization
      • Session
      • SQL Plan Management
      • Table Statistics
      • The Life cycle of a Statement
      • transaction-on-tikv
      • Transaction
      • system-tables
Powered by GitBook
On this page

Was this helpful?

  1. TiDB Development Guide

understand-tidb

1PCAsync CommitCost-based OptimizationDDL - Data Definition Language / Schema change handlingDMLDQLExecutionImplementation of Typical OperatorsImplementation of Vectorized ExecutionIntroduction of TiDB ArchitectureLock ResolverMemory Management MechanismMVCC Garbage CollectionOptimistic TransactionParallel Execution FrameworkParserPessimistic TransactionPlan CachePlannerPluginPrivilegeRule-based OptimizationSessionSQL Plan ManagementTable StatisticsThe Life cycle of a Statementtransaction-on-tikvTransactionsystem-tables
Previousslow_queryNext1PC

Was this helpful?