-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Block Manager
-
Storage Engines
-
None
-
None
-
0
While writing the new block manager for disaggregated storage, we found a problem with the size method in that it assumes something that looks filesystem-ish is backing the block manager. This isn't true with PALI, so there are a few routes we could take:
- Implement a feature that returns the table size by using the checkpoint size
- Make this function optional
- Something else?