Is there a simple way to calculate cachesize?
ideally:
1. All your plots have the same Stagger
2. All plots optimized
3. The "CacheSize" must be a multiple of Stagger
for example, i have plots like 17930413153828766298_0_1000000_1000000, so
1. I try to set "CacheSize" = 1000000 (read whole plot per once) and check time.
2. Then i set "CacheSize" = 100000 (read plot per 10 times), check time.
3. ...again..
in finally, my best time - when i set "CacheSize" between 10k and 100k.
start again 1. for "CacheSize" = 10000, 20000, 25000, 50000 ....
p.s. for non-optimized plots "CacheSize" always = Stagger