Tag

B-Tree

0 views collected around this technical thread.

政采云技术
政采云技术
Jan 2, 2024 · Databases

Understanding B‑Tree and B+Tree Indexes in MySQL

This article explains the fundamentals of B‑Tree and B+Tree data structures, their search algorithms, and how MySQL's MyISAM and InnoDB storage engines implement these indexes to achieve efficient disk‑based query performance.

B-TreeB-TreeMySQL
0 likes · 19 min read
Understanding B‑Tree and B+Tree Indexes in MySQL
Java Architect Essentials
Java Architect Essentials
Feb 3, 2023 · Databases

Understanding B+ Trees: From Binary Search Trees to MySQL Indexes

This article explains the evolution of tree-based index structures—from basic binary search trees through AVL and red‑black trees to B‑trees and B+‑trees—highlighting their trade‑offs and why MySQL adopts B+‑trees for efficient disk‑based indexing.

AVLB-TreeB-Tree
0 likes · 10 min read
Understanding B+ Trees: From Binary Search Trees to MySQL Indexes
Selected Java Interview Questions
Selected Java Interview Questions
Sep 28, 2021 · Fundamentals

Understanding B‑Tree and B+Tree: Principles, Definitions, and Insertion Algorithms

This article explains the fundamentals of B‑Tree and B+Tree data structures, covering their definitions, differences from red‑black trees, node properties, and detailed insertion procedures, while highlighting why B+Tree is preferred for database and file indexing.

B-TreeB-TreeFundamentals
0 likes · 7 min read
Understanding B‑Tree and B+Tree: Principles, Definitions, and Insertion Algorithms
Selected Java Interview Questions
Selected Java Interview Questions
Jul 29, 2020 · Databases

Understanding MySQL Indexes: B‑Tree, B+Tree, Hash and Their Principles

This article explains MySQL index structures—including B‑Tree, B+Tree, and hash indexes—their underlying principles, performance characteristics, and practical usage guidelines such as left‑most prefix, full‑text indexing, and common pitfalls, providing a comprehensive guide for database developers.

B-TreeB-TreeDatabase
0 likes · 24 min read
Understanding MySQL Indexes: B‑Tree, B+Tree, Hash and Their Principles
Selected Java Interview Questions
Selected Java Interview Questions
Mar 18, 2020 · Databases

Understanding MySQL Storage Engines and Index Types (B‑Tree, B+Tree)

This article explains MySQL storage engines, compares MyISAM and InnoDB, introduces the main index types—B‑Tree, Hash, Full‑text, R‑Tree—details the structures and characteristics of B‑Tree, B‑Tree and B+Tree, and outlines key principles for creating effective indexes.

B-TreeB-TreeDatabase
0 likes · 10 min read
Understanding MySQL Storage Engines and Index Types (B‑Tree, B+Tree)
Java Captain
Java Captain
Jul 10, 2019 · Databases

Understanding Database Index Structures: From Binary Trees to B‑Tree and B+Tree

This article explains how library indexing inspires database indexing, introduces binary search trees, AVL trees, B‑Tree and B+Tree structures, and details InnoDB and MyISAM storage mechanisms, page organization, clustered versus non‑clustered indexes, and practical index‑optimization advice.

B-TreeB-TreeDatabase Index
0 likes · 19 min read
Understanding Database Index Structures: From Binary Trees to B‑Tree and B+Tree
Architecture Digest
Architecture Digest
Mar 31, 2019 · Databases

Understanding MySQL Indexes: Data Structures, Algorithms, and Optimization Strategies

This article examines MySQL indexing by exploring underlying data structures such as B‑Tree and B+Tree, common search algorithms, storage engine differences, and practical optimization techniques like composite and prefix indexes, providing a comprehensive guide for designing efficient database indexes.

B-TreeB-TreeDatabase Optimization
0 likes · 30 min read
Understanding MySQL Indexes: Data Structures, Algorithms, and Optimization Strategies
Qunar Tech Salon
Qunar Tech Salon
Oct 11, 2015 · Databases

Understanding MySQL Indexes: Theory, Implementation, and Optimization Strategies

This article provides a comprehensive overview of MySQL indexing, covering the theoretical foundations of B‑Tree and B+Tree data structures, the differences between MyISAM and InnoDB index implementations, and practical optimization techniques such as left‑most prefix usage, selectivity analysis, and prefix indexing.

B-TreeB-TreeDatabase
0 likes · 27 min read
Understanding MySQL Indexes: Theory, Implementation, and Optimization Strategies