partitioned table的意思
partitioned table中文翻譯:
分區表;分割表
相似詞語短語
Carlton table───卡爾頓表
partition ratio───分配比,分配系數;分隔比
partitioned───adj.分割的;分區的;分段的;vt.劃分(partition的過去分詞);[數]分割;把…分成部分
perditionable───可輸的
writing table───寫字臺
Parsons table───帕森斯表
decision table───[計]決策表;[計]判定表
gatelegged table───有門腿的桌子
participable───可參與
雙語使用場景
Individual dataset of a non-partitioned table space.───非分區表空間的單個數據集。
Use segmented or partitioned table Spaces.───使用分段的或分區的表空間。
Attaching a populated table to a partitioned table.───將一個已填充的表添加到一個分區表。
Just as you can add or attach new partitions to a partitioned table, you can also remove existing partitions.───正如可以向分區表添加或附加新分區一樣,也可以刪除現有分區。
Under index-controlled partitioning, the concepts of partitioned table, partitioning index and clustering were all intertwined.───對于索引控制的分區方法,分區的表、分區索引和群集這幾個概念之間有點糾纏不清。
When such a statement is executed, a new table is created and logically made a part of the partitioned table.───執行這樣一個語句時,一個新表將創建,并在邏輯上構成分區表的一部分。
First the ALTER TABLE ATTACH PARTITION command incorporates an existing table into a partitioned table as a new data partition.───首先,利用命令ALTERTABLEATTACHPARTITION,以新數據分區的方式,將現有的表合并到已分區表中。
You can turn an existing nonpartitioned table into a partitioned table in one of two ways.───可以通過以下兩種方式之一將現有的無分區表轉變為已分區表。
Any computed columns used as partitioning columns of a partitioned table must be explicitly marked PERSISTED.───用作已分區表的分區依據列的所有計算列都必須顯式標記為PERSISTED。
英語使用場景
DB2 9.7.1 took a step towards improving the availability of the partitioned table by making roll-out (ALTER TABLE DETACH PARTITION) online for most common accesses.
The best practice to speed up data roll-in is to ensure that, prior to roll-in, the table being attached has indexes that exactly match all local indexes on the partitioned table.