Quantcast
Viewing all articles
Browse latest Browse all 2539

Re: MaxDB cache pinning

Hi Henning,

 

We had the same problem.  I wrote a small query to retrieve this information.  Try running this query from the DBACOCKPIT--> Diagnostics--> SELECT Editor:

 

 

SELECT TABLENAME, CACHINGMODE, TABLEID, FILEID

  FROM DOMAIN.TABLES            

  INNER JOIN SYSINFO.FILES

    ON TABLEID = FILEID

   WHERE CACHINGMODE = 'KEEP'

 

 

Regards,

Steve


Viewing all articles
Browse latest Browse all 2539

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>