0

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

Community
  • 1
  • 1
scott miles
  • 1,511
  • 2
  • 21
  • 36
  • [Oracle - Tuning the Result Cache](https://docs.oracle.com/database/121/TGDBA/tune_result_cache.htm#TGDBA616) – MT0 Mar 24 '17 at 01:43

1 Answers1

1

Oracle does provide a results cache. It's not enabled by default; you have to configure how much memory is assigned to it.

BobC
  • 4,208
  • 1
  • 12
  • 15