Can we have infinite TTL for DAX item cache

喜欢而已 提交于 2019-12-23 05:13:07

问题


I've currently set the item cache TTL for my dax cluster = 0. I cant find any good documentation for an infinite timeout. But does that correspond to an infinte timeout ?

 ParameterNameValues:
        "query-ttl-millis" : "60000"
        "record-ttl-millis" : "0"

回答1:


Yes, setting "record-ttl-millis" to "0" means that DAX will never refresh a value based on TTL. Records can still be evicted (and thus refreshed on next request) if the cache fills up.

I'll see about clearing up the documentation on TTL to make this clear.



来源:https://stackoverflow.com/questions/55544246/can-we-have-infinite-ttl-for-dax-item-cache

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!