MCPcopy Create free account
hub / github.com/MIT-DB-Class/simple-db-hw / LogFile

Class LogFile

src/java/simpledb/LogFile.java:74–510  ·  view source on GitHub ↗

The format of the log file is as follows: The first long integer of the file represents the offset of the last written checkpoint, or -1 if there are no checkpoints All additional data in the log consists of log records. Log records are variable length. Each log record b

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected