对这个圆形区域创建一个函数索引。
该查询计划展示了函数索引的使用。
函数索引的存储和维护成本较高。
The cost for storage and maintenance of a functional index can be high.
函数索引是一种强大的性能调优工具。
Functional indexes can be a powerful performance tuning tool.
本文提供了一些有关函数索引的示例。
This article provides several samples of functional indexes.
创建函数索引计算城市中心。
比较函数索引和非函数索引。
函数索引可以根据用户定义的类型创建。
函数索引还会产生额外的函数执行开销。
A functional index incurs the additional cost of function execution.
创建函数索引的注意事项。
最后,执行查询,该查询将使用函数索引。
本示例展示如何对圆的面积创建函数索引。
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.
这次没有定义函数索引。
函数索引可以使用以下任意一种访问方法。
A functional index can use one of the following access methods.
不能针对返回大对象的UDR创建函数索引。
A functional index cannot be created on a UDR that returns a large object.
示例:对圆的面积执行函数索引
注意:优化器不会对下面这个查询使用函数索引。
Note: Here is a query for which the optimizer cannot consider using the functional index.
本文的目的是帮助您理解函数索引的定义以及使用。
The purpose of this article is to help you understand what functional indexes are and how they are used.
示例:使用r - Tree访问方法的函数索引。
除大型对象外,函数索引可以返回任何标准sql类型。
A functional index can return any standard SQL type except for large objects.
我们将为您提供分步指导,使您能够亲自实现函数索引。
We provide step-by-step instructions on how you can implement the functional index yourself.
下面列出了r - Tree函数索引的一些有趣特性。
函数索引不能是内置的代数、指数、对数或十六进制函数。
A functional index cannot be a built-in algebraic, exponential, log, or hex function.
示例:对图像的平均RG b值执行函数索引。
Example: Functional index on the average RGB values of an image.
您已经了解了函数索引的定义以及其使用方式和使用时机。
You have now learned the definition of a functional index and have seen how and when to use them.
这个例子演示了如何使用函数索引选择具有某些特征的图像。
This example demonstrates how functional indexes can be used to select images with certain characteristics.
函数索引对列中的数据进行转换并按照顺序保存转换后的值。
A functional index transforms the data in a column and stores the derived values in sorted order.
对于用于函数索引的UDR,传递给它的参数在数量上有所限制。
There are limitations on the number of arguments that can be passed to a UDR used by a functional index.
在这个例子中,我们将针对一副数字图像的像素平均色值创建函数索引。
In this example, we create functional indexes on the average color values of the pixels in a digital image.
应用推荐