The current DAOS does not have any cache, I think it’s probably because you are reading from data extent which has no data, in that case, DAOS will not transfer anything through the network, you
might see higher bandwidth then the capability of network/storage.
Liang
From:
daos@daos.groups.io <daos@daos.groups.io> on behalf of
段世博 <duanshibo.d@...> Date: Wednesday, April 5, 2023 at 10:32 AM To: daos@daos.groups.io <daos@daos.groups.io> Subject: [daos] Question about daos read bandwidth
[Edited Message Follows]
Will daos have a cache for 128KB reads, or is there a prefetch operation? When I use spdk bdev for testing, I found that the bandwidth of DAOS sequential reads exceeds the bandwidth of SSD devices.