On Nov 16, 7:38 am, "pbour" <panayiotis.bou... (AT) gmail (DOT) com> wrote:
Quote:
I want to execute queries on my databases without any cache. |
Why? That is, what effect are you trying to achieve?
Quote:
So I use DB->set_cachesize() function to set zero cache. Is it correct? |
It is not possible to use with DB access methods without a cache. The
DB->set_cachesize() function description documents the minimum size:
The default cache size is 256KB, and may not be specified as less
than 20KB
If you specify less than the minimum, it'll use the minimum.
Philip Guenther