the problem is how can the system tell if the reads are needed because the data hasn't been available, or if they are wasteful because the data was available in the past (and then the question is how far in the past, in my case it was 24 hours + processing time, which is an eternity to the system)
Posted Apr 6, 2012 18:26 UTC (Fri) by alankila (subscriber, #47141)
[Link]
I'm not suggesting this is an automatic scheme. I doubt it is even possible to design. I'm just suggesting that if you have an understanding of the behavior you can use this sort of metric to determine if the system is behaving poorly or well.
memory vs performance
Posted Apr 6, 2012 19:39 UTC (Fri) by dlang (✭ supporter ✭, #313)
[Link]
ahh, I misunderstood you. Yes, watching for this sort of thing is part of tuning the system.