Quantcast
Channel: SQL Server Database Engine forum
Viewing all articles
Browse latest Browse all 12963

Buffer Pool Extention - SQL 2014

$
0
0

Hello All,

I tried enabling buffer pool Extension feature on SQL 2014. To stress and compare an OLTP database results, we used Quest Benchmark factory tool.

Here is my environment details.

ComponentsDetails
vCPU4
Memory10
Database size 140 GB
SSDPCIe SSD 175 GB
BPE Size32 GB

here is query that i used to enable BPE.

ALTER SERVER CONFIGURATION
SET BUFFER POOL EXTENSION ON
(
   FILENAME = 'd:\ExtensionFile.BPE',
   SIZE = 32 GB
)
GO

SQL VM is running on hyper-v host and SSD is configured as pass through device to the SQL VM.

With this experiment i didn't observe any performance improvement over the baseline results. am i missing anything here?

Any help would be greatly appreciated.


VinodKumar Pottal


Viewing all articles
Browse latest Browse all 12963

Trending Articles



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