Reading a slice
About this task
A slice can be read.
Procedure
- The slicename is hashed to determine zone number, offset and size.
- The bin location is retrieved from in-memory pointers.
- The bin is read from cache or disk using said location.
A slice can be read.