关于表空间和索引节点组或分区的信息。
Information about the table space and index node groups or partitions.
将索引数据从表数据中分离出来也是有益的。
It is also profitable to separate index data from table data.
A:全局索引允许灵活地为每个索引指定一个表空间。
A: Global indexes allow the flexibility of specifying a table space for each index.
每个数据分区的索引分区可以位于不同的表空间中。
The index partition for each data partition can be in a different table space.
向目标表中添加一个索引就可以了。
尽可能避免表上有任何索引,尤其是不要有群集索引。
Avoid having any indexes on the table, if possible, but particularly not a clustering index.
自动表和索引重组。
附加的数据分区具有与其数据处于不同表空间中的索引。
The data partition being attached has indexes in a separate table space from the data.
是否扫描了整个表或是否由索引访问?
书的最后一部分包括附录、术语表和索引。
The last section of the book includes the appendices, the glossary, and an index.
在DB 2中,索引是直接与表定义绑定的。
Q:我如何能辨别已分区表上的索引是否被分区?
Q: How can I tell if an index on a partitioned table is partitioned?
它们利用一个或多个XML索引完全避免表扫描。
They take advantage of one or multiple XML indexes to entirely avoid table scans.
如同其所基于的表一样,本地索引也进行了分区。
Local indexes are partitioned in the same way as the table they are based on.
这些锁可以是表级锁、行级锁、索引锁等等。
These locks could be table level, row level, or lock on index, and so on.
将数据载入表中并创建了合适的索引之后。
After data has been loaded into a table and the appropriate indexes have been created.
索引是一个指向基础表的有序指针集。
An index is an ordered set of Pointers to rows in a base table.
复制索引不需要锁定表。
我们以在customer表中添加索引为例。
Look at an example of adding an index to your CUSTOMER table.
示例:创建已分区表和已分区索引。
Example: Create a partitioned table and a partitioned index.
在包含数据的表上创建索引。
每一个行是一个表或索引上的runstats命令。
在单个dbspace中存储多个表或索引片段。
Storing multiple table or index fragments in a single dbspace.
tcbstats all显示所有表和索引度量指标
使用以下命令查看一个特定表已有的索引。
Use the following command to view the existing index on a particular table.
以上的样例输出显示了department表有3个索引。
The sample output above shows that the DEPARTMENT table has three indexes.
缩小表或索引空间的规模。
在账单表中不存在customer_number上的索引。
此外,DeepCompression则被用于压缩表和索引数据。
In addition, Deep Compression was used to compress both table and index data.
nindexes -表中索引的数量。
应用推荐