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

Method discardPage

src/java/simpledb/BufferPool.java:176–179  ·  view source on GitHub ↗

Remove the specific page id from the buffer pool. Needed by the recovery manager to ensure that the buffer pool doesn't keep a rolled back page in its cache. Also used by B+ tree files to ensure that deleted pages are removed from the cache so they ca

(PageId pid)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

getEmptyPageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected