Xi Jiang
Home
Development
Links icon
LinkedIn
About
  • InnoDB storage engine page structure review

    Jun 27, 2021 · 2 min read · Database mySQL  ·
    Share on:
    InnoDB storage engine page structure review

    After MySQL has done the optimization work, the component that actually executes the SQL statements is the storage engine. Among MySQL's many engines, InnoDB is currently the default storage engine that we widely use. InnoDB uses a B+Tree structure for its indexes. A B+Tree is particularly efficient when data doesn’t …

    Read More
Xi Jiang ฅ'ω'ฅ photo

Xi Jiang ฅ'ω'ฅ

UCD MSc Computer Science Graduate.
Read More

Recent Posts

  • Maze games and BFS (Leetcode #490 #505)
  • InnoDB storage engine page structure review
  • My pixel practice 212 x 153 pixels and 32 frames gif

Tags

ALGORITHM 1 ASEPRITE 1 DATABASE 1 INDEX 1 LEETCODE 1 MYSQL 1 PIXEL 1
Xi Jiang

Copyright 2021-  XI JIANG. All Rights Reserved