Lss233’s.Blog()

MiniDB Development Notes 2 – Network Communication: PostgreSQL Server Implementation

Original link: https://blog.lss233.com/minidb-kai-fa-shou-zha-2-wang-luo-tong-xin-postgresql-fu-wu-duan-shi-xian/ To write a protocol capable of network communication, we need to have a client and a server, define various data packet formats and their interaction processes, and then need to consider various factors such as security and efficiency… It’s too much trouble! So, instead of designing a communication protocol from scratch, why […]

MiniDB Development Notes 2 – Network Communication: PostgreSQL Server Implementation Read More »

MiniDB Development Notes 1 – Overview

Original link: https://blog.lss233.com/minidb-kai-fa-shou-zha-1-jia-gou/ This semester, a course called “Application Software Development” requires us to implement a database system, which requires functions such as indexing, sustainability, multi-table connection query, and remote access. After a brief thought, I think this database should be divided into the following parts: It seems to be a very complicated project, but

MiniDB Development Notes 1 – Overview Read More »