create index信息详情

create index发音

意思翻译

创建索引

相似词语短语

create───vt.创造,创作;造成

index───vi.做索引;vt.指出;编入索引中;n.指标;指数;索引;指针

kahoot create───kahoot创建

create account───创建帐户

create debtor───创建债务人

create video───创建视频

create new───新建

create table───创建数据表;创建表

create a───创建

双语使用场景

Create index on bill_items (3 seconds).───在bill_items上创建索引(3秒)。

Q: Why can't I specify a table space for my local index using the CREATE index statement?───Q:为什么我无法利用CREATE index语句为我的本地索引指定表空间?

Use these paths in the create index calls.───在create index调用中使用这些路径。

The CREATE INDEX statement gives the user the ability to build the index immediately, or to defer it until a more convenient time.───CREATEINDEX语句使用户可以立即建立索引,或者将索引的建立推迟到方便的时候。

Extensions to the CREATE INDEX statement enable administrators to create full text indexes to help improve the performance of such searches.───对CREATEINDEX语句的扩展使管理员能够创建全文索引,从而帮助改进这种搜索的性能。

However, it is possible to collect index statistics while a create index operation is being done.───然而,在执行索引创建操作时,也能收集索引的统计信息。

The actual column, known as a partitioning column, is specified in the CREATE TABLE or CREATE INDEX statement.───实际列(也称为分区列)是在CREATETABLE或CREATEINDEX语句中指定的。

None of the rows in the table at time the CREATE INDEX statement is executed can have index key values whose total lengths exceed 900 bytes.───在执行CREATEINDEX语句时,表中的任何行都不能有总长度超过900字节的索引键值。

Like their relational counterparts, these new XML indexes are created with a familiar SQL DDL statement: CREATE INDEX.───与关系索引相似,这些新的XML索引也是用熟悉的SQLDDL语句创建的:CREATEINDEX。

英语使用场景

The load and create index operations always use private sorts for index key sorting, regardless of the value of the INTRA_PARALLEL parameter.