基于现有多维数据集数据创建测试多维数据集(但要大得多)

发布于 2024-07-25 04:20:37 字数 122 浏览 6 评论 0原文

是否可以基于现有的多维数据集数据创建一个大的多维数据集?

我们想测试某些工具与 SSAS 结合的性能,但目前没有足够大的多维数据集。

例如,我们有一年的数据,希望将其扩展到 10 年的数据。

Is it possible to create a large cube based on existing cube data?

We'd like to test the performance of certain tools in combination with SSAS and currently do not have any cubes large enough.

e.g. We have a year's worth of data and want to expand it to be 10 year's worth.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

唯憾梦倾城 2024-08-01 04:20:37

大多数情况下,我创建了自己的脚本来增长测试数据。

我已经使用 Adventure Works 作为名称、地址等的基础,我也使用了 Red Gate 的数据生成器(在拥有完整 Red Gate 产品套件的地方工作,您可以下载评估副本来测试它)。

可能值得编写自己的脚本。 然后,您可以调整生成脚本以生成其他版本以进行测试。

Mostly I have created my own scripts for growing test data.

I have used Adventure Works as a base for names, address etc, also I have used Red Gate's data generator (was working at a place that had the full Red Gate product suite, you can download an evaluation copy to test it out).

Might be worth writing your own scripts. Then you can tweak the generation scripts to generate additional versions for testing.

玩物 2024-08-01 04:20:37

要增加数据的大小,您需要编写自定义脚本来复制数据。 SQL 中没有自动“增长数据”的方法。

To increase the size of your data you need to write custom scripts to copy it. There is no automatic way to "grow data" in SQL.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文