What is the name of the linux API that hints sequential or random access read?
There is an API call under linux that I forgot the name of.
You can essentially hint to the system how you'll be mostly accessing the file and it'll tune performance accordingly.
Can anyone recall the ap开发者_高级运维i function?
Are you looking for posix_fadvise()
?
精彩评论