oracle中的索引类型? [英] Types of Index in oracle?

查看:72
本文介绍了oracle中的索引类型?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

oracle中的索引类型是什么?如何识别需要创建的索引?

What are the type of indexes in oracle? How to identify the index need to create?

推荐答案

Oracle数据库提供了几种索引方案,这些方案提供了互补的性能功能.这些是:

Oracle Database provides several indexing schemes that provide complementary performance functionality. These are:

  • B树索引:默认值和 最常见的
  • B树群集索引:已定义 专门用于集群
  • 哈希集群索引:已定义 专门用于哈希集群
  • 全局和局部索引:与 分区表和索引
  • 反向键索引:最适用于 Oracle Real应用集群 应用程序
  • 位图索引:紧凑;表现最好 用于带有少量一组的列 值
  • 基于功能的索引:包含 预先计算的值 功能/表达式域索引: 特定于应用程序或 墨盒.
  • B-tree indexes: the default and the most common
  • B-tree cluster indexes: defined specifically for cluster
  • Hash cluster indexes: defined specifically for a hash cluster
  • Global and local indexes: relate to partitioned tables and indexes
  • Reverse key indexes: most useful for Oracle Real Application Clusters applications
  • Bitmap indexes: compact; work best for columns with a small set of values
  • Function-based indexes: contain the precomputed value of a function/expression Domain indexes: specific to an application or cartridge.

来源: http://docs.oracle.com/cd/B19306_01/server.102/b14231/indexes.htm

这篇关于oracle中的索引类型?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆