Description
Since we planned to use byte comparison for region keys, we have to serialize the keys, since we are serializing the keys, it makes sense to look at storing keys in OffHeap now, instead of planning to do this in future.
Acceptance:
– Able to store keys in OffHeap. Reducing the heap usage.
– Cache operation should work as expected.