Reduce memory consumption

Reducing memory consumption can always benefit storage engine, it is more important than ever when PMEM is removed from engine because the current metadata server stack is designed for system with multiple terabytes persistent memory, which is obviously more than DRAM capacity. Decreasing internal metadata can reduce the chance of cache miss and object eviction, mitigate the impact of eliminating persistent memory.