Oracle provides extensible indexing to accommodate indexes on customized complex
datatypes such as documents, spatial data, images, and video clips and to make use of
specialized indexing techniques. With extensible indexing, you can encapsulate
application-specific index management routines as an indextype schema object and
define a domain index (an application-specific index) on table columns or attributes of
an object type. Extensible indexing also provides efficient processing of
application-specific operators.
The application software, called the cartridge, controls the structure and content of a
domain index. The Oracle database server interacts with the application to build,
maintain, and search the domain index. The index structure itself can be stored in the
Oracle database as an index-organized table or externally as a file.
应用域索引
1. 依据用户复杂的数据类型(文档,空间文件等)而支持的可扩展的索引
2. 域索引既能够以索引表的形式存储在 Oracle 数据库中,也能够以文件的形式存储在数据库外。
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10599713/viewspace-983125/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/10599713/viewspace-983125/
本文介绍了Oracle数据库提供的可扩展索引技术,该技术能够支持针对复杂数据类型的索引,如文档、空间数据、图像和视频片段等。通过定义特定的应用域索引,可以实现高效的应用特定操作处理。此外,域索引可以存储在Oracle数据库内部或外部。
1782

被折叠的 条评论
为什么被折叠?



