-
Type:
Improvement
-
Status: Review In Progress
-
Priority:
Normal
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: Local/SSTable
-
Labels:None
-
Change Category:Performance
-
Complexity:Low Hanging Fruit
-
Platform:All
-
Impacts:None
-
Test and Documentation Plan:
RandomAccessReader does not override skip or skipBytes which becomes a problem when the size of n (the bytes to skip) is larger than a single buffer; in these cases we can rely on seek to avoid the extra disk io.