Multiple buffer pool supported in SQL 2014
1. sql server 2014 support buffer pool ssd, if memory, still need buffer pool?
2. can put buffer pool ssd or non ssd, can have multiple buffer pools in sql2014?
thanks.
multiple buffer pools not supported in sql server 2014.what provide extension of buffer pool nonvolatile storage (usually ssd). ssd used store clean-pages. if page needs read again, can read ssd. not replace buffer-pool. data/index page accesses done sql server read/modify data go thru buffer pool always. way think of buffer-pool extension l2 cache while buffer pool is l1 cache. link here describes in great details
http://technet.microsoft.com/en-us/library/dn133176(v=sql.120).aspx
thanks
sunil agarwal, sql server pm
Archived Forums SN-SZ > SQL Server 2014 Database Engine (Pre-release)
Comments
Post a Comment