青年中文青年中文

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.