64 KB Page-based Optimization
Application scenario: The translation lookaside buffer (TLB) miss rate of a database is high.
Technical principle: A larger kernel page size indicates more memory managed by each entry in TLB and a higher TLB hit rate, thereby reducing memory accesses and improving performance.
Performance metric: The performance in YCSB workloada and workloadc scenarios is improved by 5% on average.

Parent topic: RocksDB Optimization Features