If all the data fits in the cache, then the data is read from disk only once; after that, all requests are satisfied from the cache at memory speed.
如果所有数据都在缓存中,那么只需从磁盘读取一次数据;毕竟,所有的请求都可以用内存速度从缓存中得到满足。
Like the previous optimizations, this optimization collects related data on the disk to optimize for sequential Read optimization.
与前面其他优化一样,这个优化在磁盘上收集相关的数据,以实现相邻读优化。
As a result, data is continually written and read from disk rather than from main memory, which is very detrimental to performance.
导致的结果是不断地从磁盘而非主内存读写数据,这是影响性能的重要限制因素。
应用推荐