I am using the Windows API to work with files. My performance is very good. I read file in chunks but i don't know the optimum size of it. I know it should be a multiple of the cluster size of the disk.
Does the disk has a cache? IF i use a chunk larger than the cache my performance should worst? Am I correct?
thanks!