Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Edited by phoenix
Background
We've discussed extracting certain responsibilities for concrete storage access mechanisms (e.g. mmap) from the StorageManager. The idea was to create e.g. a
MemoryRegion
Object that could encapsulate the concretemmap
and alsomadvise
calls.Possible benefits of a
MemoryRegion
would be that we have an easy abstraction for including other memory access methods - e.g. self-managed storage or DRAM-based storage.Open questions:
Current Status:
Implement TPC-H (aka basic functionality) with everything in StorageManager to get better overview of what needs to be done. Later refactor into sensible class structure.
Beta Was this translation helpful? Give feedback.
All reactions