[Handwritten database] Handwritten database core from scratch, mixed row and column storage model, learning outline formed

Table of contents

Column content :

  • Santian Engine Kernel Architecture
    In this column, let’s talk about the Santian Engine kernel architecture, and how to achieve multi-read and multi-write of multi-machine database nodes, the difference from traditional active and standby, MPP, analysis of technical difficulties, data metadata synchronization, multi-master Support for fault recovery in case of nodes.

  • This column mainly introduces how to develop the handwritten database toadb
    from scratch, the steps of development, the principles involved in the development process, problems encountered, etc., so that everyone can keep up and develop together, so that everyone who needs it can become a participant .
    This column will be updated regularly, and the corresponding code will also be updated regularly. The code at each stage will be tagged to facilitate learning at each stage.

Open source contributions :

Personal homepage : My homepage
Management community : Open source database

Guess you like

Origin blog.csdn.net/senllang/article/details/135082419