You'd use with with a SELECT statement like this: SELECT /*+ NO_CACHE */ COUNT(*) FROM TABLE1;
Eli On Thu, Nov 13, 2014 at 4:50 AM, Pariksheet Barapatre <[email protected]> wrote: > Hi All, > > Want to use NO_CACHE Hint , how to use it . > > Any example or documentation ? > > http://phoenix.apache.org/language/index.html#cache_hint does not help > really. > > UPSERT INTO TABLE1 > SELECT * from TABLE2. > > How to use cache hint here.. > > > > Cheers, > Pari >
