星型模式(或模型)。
图7描述了关系数据库中的星型模式。
Figure 7 illustrates the star schema in the relational database.
游戏引擎不需要对星型模式做大量联结。
这是一个典型的、使用星型模式的数据仓库。
This is a typical, small data warehouse using a star schema.
这与星型模式相似吗?
创建一个星型模式。
图1显示了一个带有简单星型模式的示例数据库。
Figure 1 shows an example database with a simple star schema.
清单9展示了用于改进的星型模式的同样的查询。
这是一个星型模式,由一个事实表和4个维表组成。
This is a star schema consisting of a fact table and four dimension tables.
星型模式已经成为一个公共术语,用于表示维度模型。
Star schema has become a common term used to refer to a dimensional model.
术语“星型模型”和“星型模式”是可以相互交换的。
我们假设这个星型模式数据库上具有以下索引和分布。
Let's assume the following indexes and distribution on this star schema database.
星型模式要求生成并适当使用事实表和维表的主键或外键。
The star schemas require the generation and proper use of primary or foreign keys for the fact and dimension tables.
在前面的初始星型模式中,对于每次的关键词的出现,事实表都包含一行。
In the initial star schema above, the fact table contains one row for each keyword occurrence.
早期的无线技术假定传感器以星型模式将数据发送到一个特定的接收机上。
Earlier wireless technologies assumed that sensors would send data to a specific receiver, in a hub-and-spoke fashion.
然而,我们需要花点时间在星型模式优化器支持上,这是XPS的一个分支。
However, we want to spend a bit more time on star schema optimizer support, which is an offshoot of XPS.
改进的星型模式则在实际文档分析与关键词和类别之间引入一个桥接表(图8)。
The refined schema introduces a bridge table between the actual document analysis and the keywords with their categories (Figure 8).
如果希望每个事实表行表示一个文档中的一个关键词,那么选择更简单的星型模式。
Choose the simpler star schema if you prefer a model where each fact table rows represents a keyword in a document.
数据库设计师长期使用术语“星型模式”来描述维度模型,因为结果结构看上去像一个星星。
Database designers have long used the term "star schema" to describe dimensional models because the resulting structure looks like a star.
在这个比较中,注意使用改进的星型模式的方法只是将一部分MIML数据转换成关系格式。
In this comparison, it is important to note that the approach with the refined star schema converts only a subset of the MIML data into relational format.
本文附带了一个示例存储过程,该存储过程将MIML数据分解到改进的星型模式中(图8)。
A sample stored procedure that shreds MIML data into the refined star schema (Figure 8) is attached to this article.
如果想最小化数据冗余和存储消耗,并且愿意花更多的系统资源在分解上,那么您可能也会偏爱星型模式。
You may also prefer the star schemas if you want to minimize data redundancy and storage consumption and are willing to spend more system resources on shredding.
此外,通过使用行业标准的“星型模式”(star schema)而不是更规范化的表结构,数据仓库经过了优化以实现高效的查询和快速的响应时间。
In addition, by using an industry standard "star schema", rather than a more normalized table structure, the data warehouse is optimized for efficient queries and quick response times.
此外,通过使用行业标准的“星型模式”(star schema)而不是更规范化的表结构,数据仓库经过了优化以实现高效的查询和快速的响应时间。
In addition, by using an industry standard "star schema", rather than a more normalized table structure, the data warehouse is optimized for efficient queries and quick response times.
应用推荐