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.
在大数据的数据库设计中使用星型模式有什么缺点?
事实表的大尺寸是个问题吗?或者我们可以认为磁盘空间便宜,事实表的大尺寸根本不是问题?
问题在于将所有需要的信息连接在一起所消耗的时间。如果您对数据进行复杂的评估,这可能需要相当长的时间。
http://en.wikipedia.org/wiki/Star_schema
最好进行比较,设计将基于您的优先级,如性能、内存、cpu 等。请参阅比较 Star 和 Snowflakes 的比较:
阅读:雪花模式与星型模式