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

delphi - Disable and change color of node in Treeview -

unity3d - Rotate an object to face an opposite direction -

node.js - display array of json objects using handlebar in nodejs & express -