Azure 数据网关是否利用列存储数据?

Does Azure Data Gateway take advantage of columnstore data?

我们在 Azure Analysis Services 上有一个表格模型,我们正在使用 Azure 数据网关从我们的 EDW 读取数据。例如,我们的 Fact table 使用列存储压缩大约为 100MB。未压缩,大约 4GB。

我的问题是,当我们在 Azure 上处理表格模型时,是 100MB 还是 4GB 的数据通过网关到达 Azure Analysis Services?

(同样,如果它是页面压缩,它会通过网关移动压缩数据还是未压缩?)

when we process the Tabular model on Azure, does 100MB or 4GB of data go through the gateway up to Azure Analysis Services?

当数据从 SQL 服务器发送到网关(或任何客户端)时,它总是未压缩的。 SQL 服务器的网络协议仅支持未压缩的数据。

网关对其发送的所有数据进行加密和压缩,但您必须直接监控它以查看在刷新期间发送了多少数据。参见 https://docs.microsoft.com/en-us/power-bi/service-gateway-performance-monitoring