• These database partitions can reside on the same machine to exploit all the CPU power of a multi-core system, or they can be spread across multiple machines in a shared-nothing configuration.

    这些数据库分区可以位于同一机器充分利用多核系统全部CPU能力,当然,一个没有分享配置中它们也可以多个机器分布

    youdao

  • Table data skew refers to a difference between the number of records in a table on particular database partitions and the average number of records across all database partitions for this table.

    数据倾斜特定一些数据库分区的某个表内记录这个表所所有数据库分区的平均记录数之间差额

    youdao

  • A database partition group is a set of one or more database partitions.

    数据库分区由一个多个数据库分区组成的个组。

    youdao

  • This means that one or some database partitions are assigned a disproportionate number of table rows which can create a performance bottleneck.

    意味着一个一些数据库分区承担了重比例从而造成性能瓶颈。

    youdao

  • Depending on the number of database partitions, you may have one or more single-partition database partition groups, and one or more multi-partition database partition groups.

    取决于数据库分区数量可以多个单分区的数据库分区以及一个或多个多分区的数据库分区组。

    youdao

  • There is an implicit assumption that the rows of each table are evenly distributed across all the partitions in each multiple-partition database partition group.

    一个隐式假设每个中的行均匀分布每个多分区数据库分区中的所有分区上的。

    youdao

  • Since the data is divided across database partitions, you can use the power of multiple processors on multiple computers to satisfy requests for information.

    由于数据划分在多个数据库分区上,因而可以使用台计算机多个处理器处理能力满足信息的请求

    youdao

  • Note: If this is a system with multiple physical partitions (MPP), the number of partitions in the database partition group must be the same on test.

    注意如果具有多个物理分区(MPP)系统,那么测试数据库分区中的分区数目必须相同

    youdao

  • Also, the response time of complex analytical queries can be reduced by spreading the data across multiple database partitions, such that all partitions work on their assigned data in parallel.

    此外通过多个数据库分区分散数据以使多个分区可并行处理分配到数据,也减少复杂分析查询响应时间

    youdao

  • On the other hand, if a small part of the database requires frequent updates, consider dynamic partitions.

    如果数据库只是一小部分经常需要更新那么就考虑动态分区

    youdao

  • Matching work partitions to their data partitions will increase the probability of a cache hit within the server and decrease remote accesses to the database, which introduces quite a bit of latency.

    工作分区它们数据分区进行匹配增加服务器缓存命中概率减少数据库远程访问,后者会引起较大的延迟

    youdao

  • You can define named subsets of one or more database partitions within a database.

    可以数据库定义包含多个数据库分区的有名称子集。

    youdao

  • Partitioning a database across multiple partitions lets you increase the maximum size of your table by a factor of the number of partitions in your environment.

    多个分区划分数据库允许根据环境分区数目因数增加最大大小

    youdao

  • To simplify administration of XML data and provide maximum scalability, DB2 9.7 enables XML data to be distributed across multiple database partitions.

    为了简化XML数据管理提供出色可伸缩性,DB2 9.7支持多个数据库分区分布 XML 数据。

    youdao

  • DB2 can then choose to perform the join or subquery at the database partition where the data is stored, instead of having to move data between database partitions.

    于是DB 2就可以存储数据数据库分区执行连接子查询不必在数据库分区之间移动数据。

    youdao

  • DPF can maintain consistent query performance as the table grows by providing the capability to add more processing power in the form of additional database partitions.

    DPF可以通过增加数据库分区来提高处理能力,因此,随着增长,仍然可以保持较高的查询性能

    youdao

  • Changing any one of the instance name, database name, or database path requires that the changes be made on all partitions.

    无论修改实例数据库名,还是修改数据库路径需要修改所有分区。

    youdao

  • This means you need to design the database system in such a way that you divide the database tables into modularized and optimized partitions of two typesstatic and dynamic.

    就意味着需要这样方式设计数据库系统,即将数据库划分两种类型——静态动态——的模块化最优化部分

    youdao

  • In a multi-partitioned database, an attempt to suspend I/O on any of the non-catalog partitions will require a connection to the catalog node for authorization.

    分区数据库中挂起任何编目分区I/O,都必须编目节点连接,以便进行认证。

    youdao

  • The large number of distinct values in the pdb_id column ensures a relatively even distribution of rows over the database partitions.

    pdb_id各异数量很大,确保了跨数据库分区可以获得相对均衡分布

    youdao

  • For example, Figure 5 shows a database partition group made of five partitions.

    例如5展示了一个5分区组成的数据库分区

    youdao

  • So the cluster contains a total of nine database partitions.

    因此集群总共包含9 个数据库分区

    youdao

  • Using the DPF, we recommend to distribute the data in the PDBXML table and atom_site table across the database partitions by hashing on the values of the pdb_id column.

    使用DPF我们建议通过对pdb_id进行列处理来数据库分区分布pdbxmlatom_site表中的数据

    youdao

  • The number of distinct values must be great enough to ensure an even distribution of rows across all database partitions in the database partition group.

    distinct数量必须多到足以确保数据行均匀分布数据库分区中的所有数据库分区上。

    youdao

  • For example, assume that you have a database created on five database partitions (numbered 0-4). The partitioning map for the IBMDEFAULTGROUP database partition group of this database would be.

    例如假设5数据库分区(分区号0 - 4)上个数据库。

    youdao

  • This ensures that container names are unique across partitions, by using the database partition number as part of the container name.

    通过使用数据库分区作为容器名称一部分,可以确保容器名称在各分区当中惟一的

    youdao

  • You can store data in different partitions in the same table of a database using table partitioning.

    可以使用表分区数据存储同一个数据库不同分区

    youdao

  • Database partitioning occurs when a database consists of two or more database partitions, where each database partition stores a subset of table data for each table that resides within it.

    一个数据库两个更多数据库分区组成,并且每个数据库分区存储位于其中每个一部分数据时,就属于数据库分区的情况。

    youdao

  • Slice introduces the abstraction of a virtual database to encompass the underlying physical database partitions or shards.

    Slice引入抽象虚拟数据库绕过底层物理数据库分区或划分。

    youdao

  • In this case, the 'database partition group 1' spans all but one of the database partitions.

    这种情况下DatabasePartitionGroup1横跨一个数据库分区所有数据库分区。

    youdao

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

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

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