阅读背景:

SQL Server 2000中的缓存函数结果

来源:互联网 

I want to memoize function results for performance, i.e. lazily populate a cache indexed on the function arguments. The first time I call a function, the cache won't have anything for the input arguments, so it will calculate it and store it before returning it. Subsequent calls just use the cache.I want to memoize function results for performa




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: