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:

  1. what's root cause of performance?
  2. how test case? going produce test results of this.


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

linux - gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now -

delphi - Disable and change color of node in Treeview -