Does RDBMs(SQLServer and oracle) provides feature to cache query results something like memcaches/redis/ehcache etc ? If yes is it by default or need configuration ?
I believe no reading this Memcached vs SQL Server cache but here is counter answer
Does RDBMs(SQLServer and oracle) provides feature to cache query results something like memcaches/redis/ehcache etc ? If yes is it by default or need configuration ?
I believe no reading this Memcached vs SQL Server cache but here is counter answer
Oracle does provide a results cache. It's not enabled by default; you have to configure how much memory is assigned to it.