Quantcast
Channel: SCN : All Content - SAP Applications on SAP Adaptive Server Enterprise (SAP ASE)
Viewing all articles
Browse latest Browse all 956

how to remove objects cached in data cache?

$
0
0

With following query, I can find out how the  table cached in data cache with the indexes: 

 

Select CacheName,DBName,OwnerName,ObjectName,IndexID,sum(CachedKB) as "CachedKb"

from master..monCachedObject

where ObjectName = 'invent'

group by CacheName,DBName,OwnerName,ObjectName,IndexID

order by CacheName,DBName,OwnerName,ObjectName,IndexID

 

Is it possible to remove the cached data for particular index from data cache? I want to verify the performance issue is on particular index and reproduce the performance issue.


Viewing all articles
Browse latest Browse all 956

Trending Articles



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