• 这个数据可以集群

    This data can be table or hash clusters.

    youdao

  • 如果数据库分区范围分区一同使用,那么首先数据库分区列处理,然后再每个数据库分区中执行范围分区

    If database partitioning and range partitioning are used together, the rows in a table are first hashed across the database partitions and then range-partitioned within each database partition.

    youdao

  • 这个示例不同中存储布尔值标量数组

    This example will store booleans, scalars, arrays, and hashes in separate tables.

    youdao

  • 为此创建一个清单3所示的映射其中包含存储中的行数据

    To do this, create a hash map as in Listing 3 that contains the row data you want to store in the table.

    youdao

  • 因此对于每个类别获得一个包含1中的信息列值

    Thus, for each category you get a hash containing the information in Table 1.

    youdao

  • 选择一个连接PART作为内部这个计划只需运行299

    It selects a hash join with PART as the inner table which runs in 299 seconds.

    youdao

  • 利用下推连接技术星型连接计划使得连接更加有效主要原因是,初期减少事实(探测)的行数。

    A star join plan utilizing push-down hash join technology makes hash joins more effective primarily due to reduction of fact table (probe table) rows early on.

    youdao

  • 然后针对事实扫描每一探测到位向量中从而判断当前的事实行是否被过滤掉了。

    Then for each row from the fact table scan, the foreign key is also hashed and probed into the bit vector to determine whether the current fact table row is filtered out.

    youdao

  • 我们可以作为数组字典(称为联合数组)、记录等等

    You can use a table as an array, a dictionary (also called a hash or an associative array), a tree, a record, and so on.

    youdao

  • 事实任何维度之间连接等值连接,使得列连接成为可能

    The join between the fact table and any dimension table is an equi-join, which makes a hash join possible.

    youdao

  • 这个查询每个事实维度之间连接使用连接。

    This query plan uses hash join for each join between the fact table and a dimension table.

    youdao

  • 通过组合使用不同密钥长度算法IBMNAS提供1示的加密类型

    With combination of different key lengths and different hashing algorithms, IBM NAS provides encryption types as shown in Table 1.

    youdao

  • 解决这个问题的简单方法创建一个通用,该提供存储检索字符串一种机制。

    A simple way around this is to create a general purpose hashtable that provides a mechanism for storing and retrieving strings.

    youdao

  • 这个查询计划所示不止一个可以过滤事实

    As this query plan shows, keys from more than one hash table build can be pushed down to filter rows of the fact table.

    youdao

  • 连接执行过程包括扫描列连接中的CUSTOMERS,通过列连接列的生成一个查找

    The join is performed by scanning the inner table of the hash join, CUSTOMERS, and generating a lookup table by hashing the join column values.

    youdao

  • 在位向量下中,对于每次数据库服务器通过维度中的创建发送至事实向量

    In a bit-vector pushdown, for each push-down, the database server hashes the keys from the dimension table to create a bit vector, which is shipped to the fact table.

    youdao

  • 接口注册执行查询寻找请求接口规范。

    It performs a hash lookup through the interface Registry Table to try and locate the interface specification requested.

    youdao

  • 事实动态过滤减少了实际连接探测阶段使用行数

    This dynamic filter on the fact table reduces the number of rows used in the probe phase of the actual hash joins.

    youdao

  • 下推连接主要目的减少处理事实行数这样可以探测每个

    The primary purpose of a push-down hash join is to reduce number of rows processed from the fact table, which probes each of the hash tables.

    youdao

  • 星型连接计划中,数据库服务器维度构建同时维度中下过滤事实

    In a star join plan, the database server pushes down keys from a dimension table to filter the fact table at the same time as it builds the hash table on the dimension table.

    youdao

  • 构建连接用于过滤事实性能也显著提高

    When hash tables are built, join keys are pushed down and used to filter the rows of the fact table, and performance improves dramatically.

    youdao

  • 使用DPF时,根据分布(创建定义),把每一放在特定数据库分区中。

    With DPF, each row of a given table is placed in a specific database partition based on the hashed value of the table's distribution key, which is defined when the table is created.

    youdao

  • 每个连接都是右深查询构建一个维度

    It's a right-deep query plan such that for each hash join, the build table is a small dimension table.

    youdao

  • 连接中的探测越大,连接就慢。

    The larger the probe table is in a hash join, the slower the join is.

    youdao

  • 如果数据库所装载分区1到500,000之间整数,则分区键0到4 095之间的一个分区

    If the partitioning key for a table to be loaded in the database is an integer that has possible values between 1 and 500,000, the partitioning key is hashed to a partition number between 0 and 4 095.

    youdao

  • 然后,它使用SHIP操作符BAD_CREDIT,连接检查生成查找

    IT then reads from the outer table BAD_CREDIT using the SHIP operator, hashing the join column values, and checking in the lookup table generated for the inner table.

    youdao

  • tusers存储用户ID(唯一的名称)、密码、(MD 5列值)、密码过期日期帐户是否锁定以及失败登录次数

    The USERS table stores the user ID (unique name), the password (MD5 hash), the password expiration date, whether the account is locked, and the number of failed login attempts.

    youdao

  • 对于这个批处理任务我们希望获取各种web页面的零内容中生成以逗号分隔(CSV)数据

    For this batch task, we want to produce tabular comma-separated value (CSV) data from some bits and pieces we find on those various Web pages we fetched.

    youdao

  • 通过上述连接(pdb_id)进行列处理来分布两个确保给定pdbml文档所有原子均能作为本身PDBML文档存储相同数据库分区中。

    Distributing both tables by hashing on their join key (pdb_id) also ensures that all atom rows for a given PDBML document are stored in the same database partition as the PDBML document itself.

    youdao

  • CUSTOMERS昵称BAD_CREDIT之间列连接(hash join),前者联邦服务器本地,后者引用一个远程oracle

    This is a hash join between the CUSTOMERS table, local to the federated server, and the BAD_CREDIT nickname that references a remote Oracle table.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定