表格模型 - 从SQL Server内部导入数据 - 内部 [英] Tabular model - import data from SQL Server internals - internals

查看:141
本文介绍了表格模型 - 从SQL Server内部导入数据 - 内部的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好

我正在试图了解SSAS引擎如何将数据从集群列存储索引导入表格模型。

I'm trying to find out how SSAS engine imports data from clustered column store index to tabular model.

在这种情况下,在SQL Server中,数据存储在列存储中。以相同的方式保存在表格模型中。

In the SQL Server in this case data are stored in column store. In the same way they are kept in Tabular model.

我找不到有关转换格式的任何信息?

I can't find any information about transition format?

数据是否已解压缩并且作为行集格式发送到SSAS引擎?然后再次压缩它们?

Is the data decompressed and sent to the SSAS engine as a rowset format? Then they are compressed once again?

在这种情况下,从一个引擎传输到另一个引擎的数据量大约是标准行集表的大小。我是对的吗?

In this case amount of data transmitted from one engine to another will be about the size of standard rowset table. Am I right?

或者可能  SSAS识别列存储格式(不知何故)并且只是"复制"表格模型中的数据?

Or maybe SSAS recognize column store format (somehow) and just "copy" the data to the tabular model?

推荐答案

数据源级别必须有很多魔法才能进行直接复制,更不用说两个引擎之间的柱状存储的内部实现可能存在差异,所以我打赌重新压缩。
There'd have to be a lot of magic at the data source level for direct copying to take place, not to mention there can be differences in internal implementations of columnar storage between the two engines, so I'm betting on recompression.


这篇关于表格模型 - 从SQL Server内部导入数据 - 内部的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆