January 20, 2013 at 10:49 pm
hi all,
Where the Buffer pool will be allocated? Is Buffer pool is different from Cache, if yes where this will be stored.
Is buffer pool allocated in RAM?
🙂
January 21, 2013 at 1:20 am
this is the topis where aggressisevly , somebody can spend days , months or might be years but for start follow below links 😀
http://msdn.microsoft.com/en-us/library/aa337525(v=sql.105).aspx
http://support.microsoft.com/kb/321363/en-us
http://support.microsoft.com/kb/319942/EN-US/#appliesto
http://support.microsoft.com/kb/316749/
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
January 21, 2013 at 2:46 am
Can somebody differentiate
BufferPool
VAS
Memtoleave
January 21, 2013 at 3:09 am
Akkare (1/21/2013)
Can somebody differentiateBufferPool
VAS
Memtoleave
for buffer pool you can refer above link but for other google them , you will find a lots of article or links
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
January 26, 2013 at 7:48 am
Akkare (1/21/2013)
BufferPool
Pages of data stored in memory. Governed by 'max server memory' setting.
VAS
Memtoleave
Two names for the same thing. Describes bon-buffer-pool memory, i.e. amount is not governed by 'max server memory' setting. Think of this as memory SQL Server needs to support things like CLR objects and Linked Server requests.
Understanding the VAS Reservation (aka MemToLeave) in SQL Server by Jonathan Kehayias
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 26, 2013 at 7:53 am
SQL* (1/20/2013)
hi all,Where the Buffer pool will be allocated?
In RAM, by SQLOS.
Is Buffer pool is different from Cache, if yes where this will be stored.
The buffer pool contains various caches.
Is buffer pool allocated in RAM?
Yes.
Buy the book Microsoft SQL Server 2008 Internals by Kalen Dalaney if you want to know more.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply