Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 Apache Kylin 每个 OLAP 多维数据集只允许一个事实表。
有没有办法使用 OLAP 分析具有多个事实表的数据库?
或者,我们可以在 Apache Kylin 上的单个作业中同时从多个多维数据集查询吗?
问候阿尼什·迪曼
问题解决了。我在 Apache Kylin 中创建了多个多维数据集,每个多维数据集都包含一个事实表。在查询时,我在子查询中访问了每个多维数据集。因此,我能够从所有多维数据集集中查询。