flowlight0 / simpledb-rs

MIT License
0 stars 0 forks source link

Reliable Block ID #6

Closed flowlight0 closed 2 weeks ago

flowlight0 commented 2 weeks ago

Currently, a block ID is a pair of two usizes. We cannot keep consistency when we create a new file manager instance because a mapping between file IDs and file names might change. Each block ID should have a file name and a slot ID like the textbook's implementation.