Any user-written function used in a function-based index
must have been declared with the DETERMINISTIC keyword to indicate that the
function will always return the same output return value for any given set of input
argument values, now and in the future.
DETERMINISTIC函数
函数索引使用的用户自定义函数必须声明为 DETERMINISTIC,此关键字表明对于不一定的输入参数,
此函数总会得到相同的输出结果返回值。
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10599713/viewspace-982486/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/10599713/viewspace-982486/
确定性函数与索引
本文介绍了在创建基于函数的索引时使用确定性(DETERMINISTIC)关键字的重要性。确定性函数确保对于相同的输入参数始终返回相同的结果,这对于索引的有效性和一致性至关重要。
9023

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



