单词 | dimension table | ||||||||||||||||
释义 | dimension table
更多释义 收起释义 例句释义: 维度表,维表,维度资料表 1. This must be the only key necessary to relate the fact table to the dimension table. 此键必须是需要关联事实表和维度表的唯一的键。 www.cnblogs.com 2. Since the interest rate is an attribute of Account table, the Account dimension table needs to be added. 因为利率是Account表的一个属性,所以需要添加Account维度表。 www.ibm.com 3. All related tables that are referred to by the primary dimension table will be displayed. 将显示主维度表引用的所有相关表。 technet.microsoft.com 4. Between the key attribute and each non-key attribute bound to columns in the main dimension table. 在键属性与绑定到主维度表中各列的每个非键属性之间定义。 msdn2.microsoft.com 5. For each dimension, the Schema Generation Wizard generates a dimension table to be included in the subject area database. 对于每个维度,架构生成向导都会生成一个要包含在主题区域数据库中的维度表。 msdn2.microsoft.com 6. You can define the many-to-one relationships among members within a dimension table as a separate dimension table, forming a hierarchy. 您可以将一个维度表中成员之间多对一的关系定义为一个单独的维度表,从而形成层次结构。 www.ibm.com 7. This query plan uses hash join for each join between the fact table and a dimension table. 这个查询对每个事实表和维度表之间的连接使用散列连接。 www.ibm.com 8. The number of displayed levels depends on the contents of the dimension table columns that store the member keys and the parent keys. 存储成员键和父键的维度表列的内容将决定显示出的级别数目。 msdn2.microsoft.com 9. However, it could have its own dimension table, a Region table, that separates different locations into distinct regions. 然而,它也可以拥有自己的维度表Region,以将不同的Location放到不同的区域。 www.ibm.com 10. The join between the fact table and any dimension table is an equi-join, which makes a hash join possible. 事实表和任何维度表之间的连接都是等值连接,这使得散列连接成为可能。 www.ibm.com 1. The structure of the dimension table depends on the choices made while designing the dimension on which it is based. 维度表的结构取决于在设计它所基于的维度时所做的选择。 msdn2.microsoft.com 2. Each join reduces the size of the fact table by one-tenth due to selectivity of the table filter on each dimension table. 由于每个维度表过滤的选择度,每次连接都会减少事实表大小的十分之一。 www.ibm.com 3. An error occurs if more than one key attribute is specified in the dimension on which the dimension table is based. 如果在维度表所基于的维度中指定了多个键属性,则会出现错误。 msdn2.microsoft.com 4. The wizard generates a relationship between the column for each parent attribute and the primary key of the dimension table. 向导将生成每个父属性的列与维度表的主键之间的关系。 msdn2.microsoft.com 5. The performance improvement depends on the selectivity of the filter on the dimension table from which the join keys are pushed down. 性能的提高取决于连接键被下推时所在维度表的过滤选择度。 www.ibm.com 6. Using the previous example, an XML column might be used in the dimension table containing product data. 对于上述示例,可以在包含产品数据的维表中使用一个XML列。 www.ibm.com 7. If so, the existing ID is read from the dimension table and used as the foreign key for the new entries in the fact table. 如果是,则从维表中读取已有的ID,并用它作为事实表中新条目的外键。 www.ibm.com 8. The level of a dimension table corresponds to number of links it needs to connect to the central fact table. 维度表的层次与它需要连接到中心事实表的连接数目有关。 www.ibm.com 9. A dimension table needs a generalized key as the primary key data; this becomes the foreign key in the fact table. 维度表需要作为主键数据的通用键;这将作为事实表的外键。 www.ibm.com 10. Consider the challenges involved in designing an appropriate product dimension table if a diverse range of products must be represented. 请考虑一下,如果必须表示不同范围的产品,那么设计适当的产品维表会有哪些困难。 www.ibm.com 1. The member key column for the lowest level of the dimension must contain the keys that relate the fact table and the dimension table. 对应着维度最低级别的成员键列必须包含关联事实表和维度表的键。 www.cnblogs.com 2. Instead, create a transaction dimension table with one record for each record in the fact table. 相反,为事实表的每个记录创建事务维度表。 www.ibm.com 3. Additional tables that complete the dimension definition are joined to the primary dimension table instead of to the fact table. 完成维度定义的其他表联接到的是主维度表,而不是事实数据表。 technet.microsoft.com 4. Foreign key to the Build dimension table that indicates the build which contains the code changes that resolved this work item. 指示以下生成的“生成”维度表的外键:此生成包含解决了该工作项的代码更改。 msdn2.microsoft.com 5. Updates to a write-enabled dimension are recorded directly in the dimension table. 对启用写操作的维度的更新将直接记录到维度表中。 msdn2.microsoft.com 6. Foreign key to the Date dimension table that indicates the finish date associated with this work item. 指示该工作项关联完成日期的“日期”维度表的外键。 msdn2.microsoft.com 7. The dimension table supports three attributes , named Year , Quarter, and Month . 维度表支持三个属性,即年份、季度和月份。 www.bing.com 8. Each dimension table is directly related to and usually joined to the fact table by a key column. 每个维度表都与事实数据表直接相关,并且通常通过键列与事实数据表联接。 technet.microsoft.com 9. model of data market by using multidimensional techniques, and study the design of fact table and every dimension table. 最后,采用多维技术建立了数据集市的逻辑模型,并且对事实表和各个维表的设计进行了研究。 dict.kekenet.com 10. A dimension table contains descriptive information about facts. 维度表包含有关事实的描述性信息。 www.ibm.com 1. The fact table is joined with each dimension table on a dimension key. 该事实数据表基于维度键与每个维度表联接。 technet.microsoft.com 2. In other words, a dimension must be based on a single dimension table directly related to a fact table. 也就是说,维度必须基于与事实数据表直接相关的单个维度表。 msdn2.microsoft.com 3. As categories or dates are shredded, the stored procedure checks if they already exist in the dimension table. 当分解列表或日期时,存储过程检查它们是否已经在维表中。 www.ibm.com 4. It's a right-deep query plan such that for each hash join, the build table is a small dimension table. 每个散列连接都是右深查询,构建的表是一个小的维度表。 www.ibm.com 5. The wizard generates a primary key constraint, by default, for each dimension table based on the key attribute of the dimension. 默认情况下,向导会为基于维度键属性的每个维度表生成一个主键约束。 msdn2.microsoft.com 6. Generally speaking, a dimension table should be denormalized and flat, with as many columns as needed. 一般说来,维度表应该被非规范化和扁平化,并根据需要使用大量列。 www.ibm.com 7. One of the most important design decisions you face is how to capture hierarchy information in a dimension table. 您所要面对的最重要的设计决策之一,是如何捕获维度表的层次结构信息。 www.ibm.com 8. Methods Using tow-dimension table to analyze the data, to get the maximal matching of place name and data term. 方法使用数据库二维表结构来分析数据,寻求地名字符串与地理信息系统数据库中数据项字符串的最大匹配。 hlinyx.com 9. You can choose to have one such dimension table for each standard category, such as subject-description, country, and organization. 可以选择为每个标准类别使用一个这样的维表,例如主题描述、国家和组织。 www.ibm.com 10. Foreign key to the team project dimension table that indicates the team project. 指示团队项目的“团队项目”维度表的外键。 msdn2.microsoft.com 1. In this dimension table, the ParentOrganizationKey column has a foreign key relationship with the OrganizationKey primary key column. 在该维度表中,ParentOrganizationKey列与OrganizationKey主键列具有外键关系。 msdn2.microsoft.com 2. To capture previous values, some sites add three or four fields when they build the dimension table. 为捕获从前的值,在构建维度表时,一些站点需要增加3个或4个字段。 www.ibm.com 3. The values in the join-key columns of the dimension table are unique. 维度表中的连接键列的值是唯一的。 www.ibm.com 4. And writes the results to a dimension table in. 中的维度表。 msdn2.microsoft.com 5. Notice that a table can serve as both a fact table and a dimension table. 注意,表既可以用作事实数据表,又可以用作维度表。 technet.microsoft.com 6. On the Identify Fact and Dimension Tables page, select Time in the Time dimension table list, and then click Next. 在“标识事实数据表和维度表”页的“时间维度表”列表中,选择Time,然后单击“下一步”。 technet.microsoft.com 7. A calculated member corresponds to rows in the dimension table in the dimension in which they are defined. 一个计算成员对应于定义它们的维度中的多个维度表行。 technet.microsoft.com 8. A dimension table should contain no facts, only metadata. 维度表可能不包含事实,而只包含元数据。 www.ibm.com 9. In a snowflake schema in a data warehouse, a dimension table that is directly related to and usually joined to the fact table. 在数据仓库中的雪花架构中,直接与事实数据表相关并通常联接到事实数据表的维度表。 technet.microsoft.com 10. Foreign key to the Iteration dimension table. “迭代”维度表的外键。 msdn2.microsoft.com 1. The following table describes the columns in the dimension table for work items. 下表介绍“工作项ID”维度表中的各列。 msdn2.microsoft.com 2. When a join is executed that incorporates an index that is selective, any column in the dimension table can be used. 当连接执行时,合并选中的索引,此时维度表中的任何列都可使用。 www.ibm.com 3. Foreign key to the Team Project dimension table. “团队项目”维度表的外键。 msdn2.microsoft.com 4. Assume that there is a LINEITEM fact table on one remote source and a PART dimension table on another. 假设在一个远程数据源上有一个LINEITEM事实表,在另一个远程数据源上有一个PART维表。 www.ibm.com 5. Each fact table uses the build dimension table DimBuild to store many details about the builds. 每个工作项目事实资料表都会使用工作项目维度资料表来储存有关工作项目的许多详细资料。 technet.microsoft.com 6. Or, the dimension table may need to account for data from a geographic information system (GIS). 或者,维度表需要提供地理信息系统(GIS)相关的数据。 www.ibm.com 7. Table for mapping timestamps (such as the audit start and end times) to date and time dimension table keys. 时间戳(比如审计开始和结束的时间)与日期和时间维度表键的映射表。 www.ibm.com 8. Foreign key to the Area dimension table. “区域”维度表的外键。 msdn2.microsoft.com 9. For example, the following table defines a dimension table for a time dimension. 例如,下表定义了时间维度的维度表。 msdn2.microsoft.com 10. Page to select a dimension table to load. 页可以选择要加载的维度表。 msdn2.microsoft.com 1. You will create this attribute based on a column that conveniently exists in the DimTime dimension table. 这一新属性是根据DimTime维度表中存在的列创建的。 technet.microsoft.com 2. Location dimension table, containing 10, 000 rows. Location维度表包含10,000行。 www.ibm.com 3. It is a system-generated member that is not contained in the dimension table. 该成员是系统生成的成员,在维度表中不包含该成员。 msdn2.microsoft.com 4. Time dimension table, containing 10, 000 rows. Time维度表包含10,000行。 www.ibm.com 5. For example, as shown below, the Location table is a dimension table for the Orders fact table. 例如,如下所示,Location表是Orders事实表的一个维度表。 www.ibm.com 6. The data flow extracts data from a currency table, changes the column names, and writes the data to a dimension table in 数据流提取currency表的数据、更改列名并将数据写入 msdn2.microsoft.com 7. The data flow looks up regional codes for territories and writes the results to a dimension table in 数据流查找区域的区域代码并将结果写入 msdn2.microsoft.com 8. The data flow extracts translations for product subcategories from a reference table and then updates a dimension table in 数据流提取引用表中的产品类别的转换,然后更新 msdn2.microsoft.com 9. The data flow changes all group names to Corporate and writes the values to a dimension table in 数据流将所有的组名更改为Corporate并将值写入 msdn2.microsoft.com 10. The data flow performs complex processing of data in temporary tables by using SQL statements, and then updates a dimension table in 数据流使用SQL语句对临时表中的数据进行复杂处理,然后更新 msdn2.microsoft.com 1. The data flow maps foreign product categories to English category names and updates a dimension table in 数据流将国外的产品类别名称映射到英语类别名称并更新 msdn2.microsoft.com 2. Analysis of the Complexity of Quick Sort for Two Dimension Table 二维表快速排序的复杂度分析 scholar.ilib.cn 3. Dimension table of HYA series second-stage speed reducing gear operator HYA系列二级传动阀门减速器装置尺寸表 www.henyigroup.com 4. Dimension table of MJB series tri-stage speed reducing gear operator MJB系列三级传动阀门减速器装置尺寸表 www.henyigroup.com 5. Dimension table of gears operator with bearing 含轴承阀门减速器尺寸表 www.henyigroup.com 6. Dimension table of MJA series gear operator MJA系列单极传动阀门减速器尺寸表 www.henyigroup.com 7. Dimension table of HYA series gear operator HYA系列单极传动阀门减速器装置尺寸表 www.henyigroup.com |
||||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。