Looking at docs for
- ASE 16 -> Sys Admin vol 2 -> Configuring Memory -> The Statement Cache
It looks like statement caching can eat up a large number of the "open object" resources. For example, if you have a large number of cached queries where literals aren't converted to tokens ("literal auto-param"), like "select id+1" type queries.
Is there anyway to limit the number of open objects used by the statement cache? Yes, I can limit the size of the statement cache, but it's hard to tell what size would not cause too many open objects to be used.
Thanks in advance
Ben