SQL 服务器分析 - VertiPaqPagingPolicy 设置

SQL Server Analysis - VertiPaqPagingPolicy setting

有人知道设置的模式 2 是如何工作的吗?我找不到任何文档。

我想知道分页发生在光盘上的哪个目录设置?

这里提到了,但不多说了:https://www.jamesserra.com/archive/2012/05/what-happens-when-a-ssas-tabular-model-exceeds-memory/

来自Tabular performance guide

2 is currently not supported. It is mentioned to make it clear it is not supported since some blog posts on the Internet say otherwise. If supported in the future, this paging policy will allow paging through memory mapped files. Dictionaries must remain in memory.

我不建议您使用模式 2。确保模式 1 页面到 pagefile.sys 在任何设置的驱动器上。我对 memory mapped files 的模糊理解是,您会在带有 DataDir 的驱动器上看到 I/O。

模式 2 在 SQL Server 2017 版本中是 discontinued