Latest Activity

code

Full cache, changing settings, redeploying VQL code seems to cause the existing cache to be invalidated?

I have a view, 'person_cache', that is configured to have a "Full" cache and a TTL of 86400 (1 day). I have a batch job that invalidates the existing cache and loads it once every hour. I wanted to change the TTL to two weeks ( 1209600 ) and change m...

cache

code

Join to a cached view twice, but only fetch once

I have view emp (jdbc) and view ad (LDAP). AD is a partially cached view. We join emp.id to ad.id and it works great. Now I need to also join emp.supervisor_id to ad.id to get the supervisor information. When I look at the execution trace, it app...

cache VDP