星型模式数据集示例
我正在寻找一些最好是星型模式(或雪花型)的 OLAP 数据来测试新工具。我已经有了 Mondrian 提供的 Foodmart 数据库。数据类型并不重要,只要它具有维度和相关事实即可。尺寸越大越适合负载测试。有人知道我可以在哪里下载这样的数据集,最好是 SQL 或 CSV 格式的吗? (其他格式也可以)
I'm looking for some OLAP data preferably in star schema (or snowflake) for testing a new tool. I've already got the Foodmart database that Mondrian provides. Type of data is not important as long as it has dimensions and associated facts. The larger the size the better for load testing. Anybody knows where I can download such a dataset, ideally in SQL or CSV? (other formats are fine too)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抱歉,我们的重点是 MS SQL,但是 Adventure Works DWH 还不错至于雪花模式设计。就数据量而言并不是很大。使用一些聪明的 SQL,您将能够在数据库中生成额外的行。
或者尝试 Project Real - 一个更大的 DWH 项目,由 MS 在2005年
Apologies for being MS SQL focussed, but the Adventure Works DWH is not bad as far as an snowflake schema design. Not not huge as far as data volumes. With some clever SQL you would be able to generate extra rows in the database.
Alternatively try Project Real - a larger DWH project that put together by MS on 2005