Create index on bill_items (3 seconds).
在bill_items上创建索引(3秒)。
Use these paths in the create index calls.
在create index调用中使用这些路径。
Q: Why can't I specify a table space for my local index using the CREATE index statement?
Q:为什么我无法利用CREATE index语句为我的本地索引指定表空间?
Tool can manually create index (not with wizard), but will not show in Database Explorer.
能够手动创建索引(不是通过向导)、但是不会在DatabaseExplorer中显示的工具。
Logical page size (for example, in the CREATE INDEX statement above, PAGESIZE was required).
逻辑页面尺寸(例如,在上面的CREATE index语句中,需要PAGESIZE)。
Tree index model is to create index in the memory, as the main entrance of the retrieval.
树索引亡储模式从要非树立外亡索引,做为检索的最从要的入口。
This is because the history table is usually quite large, and ClearQuest does not create index for most of the fields.
这是因为历史表格通常都是非常大的,而ClearQuest并不会为大多数的字段创建索引。
However, if you issue multiple "create index" statements, all documents in the XML column will be traversed multiple times.
然而,如果发出多条“create index”语句,那么xml列中的所有文档将被访问多次。
Some operations like ALTER table require no cursor to be open, while others like CREATE INDEX ONLINE allow cursors on the table.
ALTERTABLE等一些操作要求不打开游标,而CREATE INDEXONLINE等其它操作则允许表上的游标。
If you do decide to drop an index, you should first save its create index statement so that you can easily recreate it if necessary.
如果您决定删除索引,那么首先要保存它的CREATE index语句,以便在需要时轻松地重新创建它。
Now, when creating partitioned tables, the partition boundaries are determined by the CREATE table statement instead of CREATE INDEX.
这时,当创建分区的表时,分区的边界由CREATEtable语句决定,而不是由CREATE index语句决定。
The load and create index operations always use private sorts for index key sorting, regardless of the value of the INTRA_PARALLEL parameter.
装入和创建索引的操作通常使用私有排序进行索引键的排序,无论INTRA_PARALLEL参数的值如何。
Extensions to the create index statement enable administrators to create full text indexes to help improve the performance of such searches.
对CREATE index语句的扩展使管理员能够创建全文索引,从而帮助改进这种搜索的性能。
When creating a partitioned table space in DB2 UDB V7, DB2 divides the data among the partitions according to the part clause of the CREATE INDEX statement.
在DB 2UDBV 7中创建分区的表空间时,DB 2根据CREATE index语句的part子句将数据划分到几个分区上。
This particular annotation indicates to the pureQuery's DDL code generation system to properly generate the CREATE INDEX statement for defining the primary key.
这个标注指示pureQuery的DDL代码生成系统恰当地生成用于定义主键的CREATE INDEX语句。
Whenever possible, create all indexes on a table before initially loading it, since the load utility builds indexes more efficiently than the create index process.
只要有可能,应该在初次装载一个表之前创建其所有索引,因为LOAD实用程序建立索引的效率比CREATE INDEX过程要高。
The create index command establishes the text index infrastructure by defining the text index attributes, such as update frequency, a document format, an index directory, and so on.
create index命令定义文本索引属性,比如更新频率、文档格式、索引目录等等,从而建立文本索引基础设施。
This script will prompt you to either delete the existing index or create a new index.
这个脚本将会提示您要么删除现存的索引,要么创建一个新的索引。
In some foods, those with a high glycemic index create a spike in blood sugar.
在某些食物中,具有高血糖指数的会使血糖升高。
Create a grid index on the spatial column.
在空间列上创建一个网格索引。
Create a functional index on the area of the circle.
对这个圆形区域创建一个函数索引。
Therefore, as a first step, you'll create a new index page for the application.
因此,作为第一步,您将为应用程序创建一个新的索引页面。
If you define uniqueness on multiple attributes within a class, create one index that includes all the attributes.
如果在一个类中的多个属性上定义惟一性,那么应该创建一个包含所有这些属性的索引。
Modification impact: DB2 will automatically maintain every index you create.
修改影响:DB 2将自动维护您创建的每个索引。
If you need to create an index on an already existing (and populated) table, use the DEFER clause.
如果需要在一个已有的(并且被填充的)表上创建一个索引,那么可以使用defer子句。
Then you create the index if it doesn't exist and add the item to it.
然后创建这个索引(如果尚未存在的话)并把条目添加到其中。
Testing out an index on a workload without having to create the index.
测试工作负载上的索引而无需创建该索引。
Since an index makes it more expensive to write to a table, create the index immediately after the bills table gets populated.
由于索引增加了写入表的成本,所以要在填充完账单表后立即创建索引。
Create a functional index that computes the city center.
创建函数索引计算城市中心。
To reduce contention, DROP and re-CREATE the index using the RANDOM option.
为了减少争用,DROP并使用RANDOM选项重新CREATE索引。
应用推荐