Hi Lars and other HANA experts
(this is taking off from this thread:
I turned on indexserver->cache with
resultcache_enabled = yes
resultcache_maximum_value_size_in_bytes=100,000,000
resultcache_minimum_query_execution_time_in_milliseconds=100
After this I can see cache getting populated in M_CACHES. However, the hit count is always 0.
In M_CACHE_ENTRIES, I see numerous rows with my query (CALL ...proc name...). The rows have identical memory_size which is expected because they are executing identical queries. But no hits. Why is that?
I am using XSJS (on Rev 82) to execute a stored procedure from a prepared statement. The bound input parameters are (1) a local temp table which is filled with identical values in every call (2) several nvarchar. The system has very minimal load at time of testing.
Regards
Dinesh