linux - Why mmap-ing a file into the OS cache introduced performance bottlenecks for reads? -
when reading document of rocksdb, saw that:
we found mmap-ing file os cache introduced performance bottlenecks reads.
i have 2 questions:
- what's root cause of performance?
- how test case? going produce test results of this.
Comments
Post a Comment