Quantcast
Channel: SCN: Message List - SAP Adaptive Server Enterprise (SAP ASE) for Custom Applications
Viewing all articles
Browse latest Browse all 3587

Re: in-memory tempdb feature

$
0
0

Hi Harry,

 

I have not put any tempdb directly into memory, but have been running tempdb in a separate cache for over a year now, with a very good performance

 

use master
go

 

sp_cacheconfig 'tempdb_cache', '48G'
go


sp_bindcache 'tempdb_cache', tempdb
go

sp_bindcache 'tempdb_cache', sa_tempdb
go

sp_bindcache 'tempdb_cache', sys_tempdb1
go

sp_bindcache 'tempdb_cache', sys_tempdb2
go

sp_bindcache 'tempdb_cache', sys_tempdb3
go

sp_bindcache 'tempdb_cache', sys_tempdb4
go


sp_cacheconfig
go

 

All the best

Mike of Sweden


Viewing all articles
Browse latest Browse all 3587

Trending Articles



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