In this series we code our own database from the ground up in C. This episode will focus on the inner structure of the database. How should we represent the data inside of the program's memory, for fast-access and to make it easier for us going forward.
This is an episode of the series "Creating your own database server". All episodes this far are on my Youtube. This episode is a live stream recording which has not been shown previously.
#programming #advancedc #clanguage #database #server #sockets