简体   繁体   English

如何找到SSAS分区的实际大小?

[英]How can I find the actual size of SSAS Partition?

The properties window for a partition only shows the estimated size of the partition. 分区的属性窗口仅显示该分区的估计大小

在此处输入图片说明

Is there a way to get the actual size of a partition? 有没有办法获取分区的实际大小?

Edit: 编辑:

I do not have administrative or remote desktop permissions to the server. 我没有对该服务器的管理或远程桌面权限。 While SSAS permissions can be granted, remoting in is not a possibility for me. 虽然可以授予SSAS权限,但对我而言,无法进行远程处理。

The easiest way I can think of would be to check the files on disk. 我能想到的最简单的方法是检查磁盘上的文件。 The data for each partition is broken out into it's own folder. 每个分区的数据都分解到其自己的文件夹中。

..\<Cube>\<MeasureGroup>\<Partition1>
..\<Cube>\<MeasureGroup>\<Partition2>
..
..\<Cube>\<MeasureGroup>\<PartitionN>

在此处输入图片说明

You'll probably want to script it using PowerShell if you need to gather this info regularly for more than a few partitions. 如果需要定期为多个分区收集此信息,则可能需要使用PowerShell编写脚本。 Also, keep in mind that the partition-level folders include data for aggregations as well (which you may or may not want). 另外,请记住,分区级文件夹也包含用于聚合的数据(您可能想要也可能不需要)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM