Build Your Own Database From Scratch in Go_ From B+Tree To SQL in 3000 Lines - James Smith

Thảo luận trong 'Sách tiếng nước ngoài' bắt đầu bởi Cải, 21/1/25.

  1. Cải

    Cải Cử nhân

    [​IMG]
    Understand databases from the bottom up by building your own, in small steps, and with simple Golang code.
    1. Start with a B+tree, the data structure for querying and manipulating the data.
    2. Make it durable, that’s what makes a DB different from a file.
    3. Relational DB with concurrent transactions on top of the copy-on-write B+tree KV.
    4. A SQL-like query language, the finishing touch.

    source: Vui lòng đăng nhập hoặc đăng ký để xem link
     
    Chỉnh sửa cuối: 21/1/25

Chia sẻ trang này