March 2021
Intermediate to advanced
260 pages
5h 45m
English
We will build our log from the bottom up, starting with the store and index files, then the segment, and finally the log. That way we can write and run tests as we build each piece. Since the word log can refer to at least three different things—a record, the file that stores records, and the abstract data type that ties segments together—to make things less confusing, throughout this chapter, I will consistently use the following terms to mean these things:
To get started, create a directory ...
Read now
Unlock full access