On Fri, Mar 31, 2017 at 9:44 AM, Nilesh Kamani <nilesh.kam...@gmail.com> wrote:
> I am planning to do load testing for some of my code changes and I need to
> disable all kind of caching.

Perhaps you should be aiming to either:
1) seek a config + query load that maximizes time spent in your code
in order to optimize it
2) seek a realistic query load for acceptance testing of your use case

Attempting to disable or work around *some* caching can help for #1,
but attempting to disable *all* kinds of caching sounds misguided.

If you share what your code changes are, people may be able to suggest
ways to better isolate the performance of those changes.

-Yonik

Reply via email to