...集中的值不要索引索引类型 普通索引(index):仅仅是加快查询速度 唯一索引(unique):行上的值不重复 主键索引(primary key):不能重复 主键必唯一,但是唯一索引不一定是主键 一张表上,只能有一个主键,但是可以用一个或多个唯一索引 全文索引(fulltex...
基于207个网页-相关网页
假设你所要进行数据比对的数据库其中有一个版本为11g且该表上有相应的主键索引(primary key index)或者唯一非空索引(unique key ¬ null)的话,那么恭喜你!
基于16个网页-相关网页
...集索引(Clustered Index)或称物理所引,非聚集索引(Nonclustered Index)或称逻辑索引,唯一索引(Unique Index),主键索引(PK Index)
基于12个网页-相关网页
系统依据属性的类型决定是否要基于此属性创建非主键索引、是否要保存此非主键索引。
The system determines whether it needs establishing and reserving the non-primary index by the classification of the attribute.
为了更好地解释说明基数估计值的提高,撤销除主键索引外的所有employee表上的现有索引。
To better illustrate the improvement in cardinality estimation, drop all the existing indexes on the EMPLOYEE table except the primary key index.
在分析了用于查找内存数据的非主键索引的特性之后,设计并实现了一个适合于内存数据库的非主键索引机制。
After analyzing the characteristics of the non-primary index used to search the data in the main memory, a new non-primary index system is designed and implemented which fits to MMDB.
应用推荐