采用它作为索引函数可以显著地提高特征集之间的匹配速度。
Using it as an index function, the matching speed between the feature sets can be obviously improved.
具体来说,我们将使用名为tokenextraction的主索引函数的附带行为。
Specifically, we'll use a collateral behavior of the main indexing function called token extraction.
这个设置控制NSF缓冲池的大小,后者是用于缓冲NIF索引函数与磁盘存储之间的I/O传输的一部分内存。
This setting controls the size of the NSF buffer pool, a section of memory dedicated to buffering I/O transfers between the NIF indexing functions and disk storage.
要满足这个查询,必须计算地理城市中心,因此,需要创建一个函数索引来计算这个值。
To satisfy this query, you must compute the geographical city center, so create a functional index that computes this value.
在这个例子中,我们将针对一副数字图像的像素平均色值创建函数索引。
In this example, we create functional indexes on the average color values of the pixels in a digital image.
函数索引不能是内置的代数、指数、对数或十六进制函数。
A functional index cannot be a built-in algebraic, exponential, log, or hex function.
除大型对象外,函数索引可以返回任何标准sql类型。
A functional index can return any standard SQL type except for large objects.
这个例子演示了如何使用函数索引选择具有某些特征的图像。
This example demonstrates how functional indexes can be used to select images with certain characteristics.
对这个圆形区域创建一个函数索引。
每个例子都附带了分步指导,根据这些指导,您将能够亲自实现函数索引。
Each example provides step-by-step instructions so that you can implement the functional index yourself.
最后,执行查询,该查询将使用函数索引。
函数索引可以根据用户定义的类型创建。
该查询计划展示了函数索引的使用。
DBMS将自动管理函数索引以及不需要包含逻辑来管理大写形式数据的应用程序。
The DBMS automatically manages the functional index and applications need not include logic to manage the upper case data.
函数索引还会产生额外的函数执行开销。
A functional index incurs the additional cost of function execution.
我们将为您提供分步指导,使您能够亲自实现函数索引。
We provide step-by-step instructions on how you can implement the functional index yourself.
函数索引是一种强大的性能调优工具。
Functional indexes can be a powerful performance tuning tool.
本文提供了一些有关函数索引的示例。
This article provides several samples of functional indexes.
您已经了解了函数索引的定义以及其使用方式和使用时机。
You have now learned the definition of a functional index and have seen how and when to use them.
函数索引对列中的数据进行转换并按照顺序保存转换后的值。
A functional index transforms the data in a column and stores the derived values in sorted order.
当定义udr并将之用于函数索引时,您必须显式将其指定为NOTVARIANT。
You must explicitly specify NOT VARIANT when you define a UDR that is used for a functional index.
创建函数索引计算城市中心。
此外,您还将了解如何创建和使用函数索引,以及在创建函数索引之前需要考虑的一些问题。
In addition, you will learn how to create and use functional indexes and be given a list of things to consider before creating functional indexes.
本示例展示如何对圆的面积创建函数索引。
This example shows how to create a functional index on the area of a circle.
该查询计划显示索引扫描使用了函数索引。
This query plan shows an index scan using our functional index.
现在,您已了解了函数索引的定义以及其使用方式和使用时机,接下来,将提供一些使用函数索引的例子。
Now that you have learned the definition of a functional index and have seen how and when to use them, below you will find some examples where a functional index is used.
注意:优化器不会对下面这个查询使用函数索引。
Note: Here is a query for which the optimizer cannot consider using the functional index.
对于用于函数索引的UDR,传递给它的参数在数量上有所限制。
There are limitations on the number of arguments that can be passed to a UDR used by a functional index.
本文的目的是帮助您理解函数索引的定义以及使用。
The purpose of this article is to help you understand what functional indexes are and how they are used.
BTYPE列显示对象类型:'T' 表示表,'I' 表示索引,'F' 表示函数实例。
The BTYPE column identifies the object type: 'T' for table, 'I' for index, and 'F' for function instance.
应用推荐