This series is a code guide to help you understand the basic principles of OceanBase databases and get the implementation steps.
This article introduces the overall architecture and module composition of the OceanBase database code and the functions of each module.
This article focuses on the main path of an execution process of SQL in OceanBase, including the process of receiving, processing, and feedback to the client.
This article introduces the storage layer of OceanBase and the life of a partition.
This article analyzes the external interfaces of database transactions of OceanBase.
This article explains information related to the multi-tenant architecture of OceanBase.
This article gives a detailed explanation of the OceanBase storage engine.
This article introduces the index build process of OceanBase from the perspective of code introduction and explains the relevant code of index build.
This article discusses the submission and playback of transaction logs.
This article discusses everything about macro blocks from top to bottom, including its format, operations, and scenarios.
This article explains the creation process of the table one of the system tenant and the service addressing process related to the table one.
This article explains ObTableScan design and code knowledge and introduces the analysis of the location cache module.