single thread throughput drops when enabling data cache
Author: wwq2333Created Mar 23, 2023Updated Apr 27, 2026
Labelspriority-mediumarea-fusetype-bugtype-performancestale
Alluxio Version: 2.9.0
Describe the bug
compared with the time-consuming loading of dataset under single concurrency, we can find that single thread throughput drops when enabling data cache.
fuse data cache off (issue-17025), 1 concurrent time cost: 83s fuse data cache on (issue-17026), 1 concurrent time cost: 122s
Expected behavior
single thread slightly (<10%) throughput drops when enabling data cache
Source: Alluxio/alluxio