Oracle True Cache is an in-memory, consistent, and automatically managed SQL cache for Oracle Database. True Cache improves application response time while reducing the load on the database. Automatic cache management and consistency simplify application development, reducing development effort and cost.
Watch the replay of EVP Juan Loaiza’s Oracle CloudWorld keynote to learn about this groundbreaking, AI-centric AppDev infrastructure.
Oracle True Cache automatically keeps the most frequently accessed data in the cache, which keeps the cache consistent with the database.
Cache contents are automatically loaded when accessed and refreshed when the data changes. Oracle True Cache supports all Oracle Database APIs and data types, including relational, JSON, text, spatial, graph, and vector data types. Data in True Cache can be accessed in a row or columnar format using the same Oracle Database APIs.
Oracle True Cache improves scalability and application response time by offloading queries and reducing the number of requests to the database.
Retrieval augmented generation (RAG) typically involves back-end calls to large language models (LLMs). Caching these outcomes lowers the cost associated with LLM usage.
True Cache allows data to be stored on disk if it cannot fit into the memory of the True Cache compute instance. This allows the cache to hold more data than what could fit in the memory of the compute instance, thereby expanding the total cache size.
True Cache redefines cache management with extreme performance, leveraging multi-threading and utilizing all cores/vCPUs on a host. It ensures native high availability, guaranteeing data resilience and continuous availability during node failures or network disruptions.
True Cache is a fully functional, read-only replica of the primary database that is mostly diskless.
Modern applications often require a high number of connections and fast, low-latency access to the data. A popular approach is to place caches in front of the database because applications typically perform many more reads than updates, and they can read from the cache without affecting database performance. For example, an airline reservation system reads data frequently as people shop for flights. It's okay if the data isn't the most current compared to what's in the database because the application only needs to access the most current data when someone reserves a flight.
Unlike conventional caches, True Cache automatically keeps the most frequently accessed data in the cache, and it keeps the cache consistent with the primary database, other objects in the same cache, and other caches. It caches all Oracle Database objects and data types, including JSON.
Because True Cache implements Oracle Database security policies, you can control access to the cache. This enables you to cache sensitive data, such as private personal information, that you might not ordinarily cache.
An application decides whether to query data from True Cache or the primary database. For example, the application can maintain two connections: a read-only connection to True Cache and a read/write connection to the database. Alternatively, a Java application can use one connection and dynamically switch between True Cache and the database by setting the read-only attribute.
With True Cache, data is always consistent within a single query. This is even more important when there are joins across multiple rows; doing this at the application level can lead to incorrect results.
Streamline AI development process through retrieval augmented generation (RAG) and LLM caching.
Customers retrieve data for online product catalogs by accessing Oracle True Cache instead of the back-end database. This process improves response times and elevates the customer experience during peak sales periods, such as Black Friday, Cyber Monday, and prime-time television events.
Oracle True Cache offloads reads to instances that are deployed closer to the end user or sovereign regions, speeding up analytics response times and maintaining data sovereignty.
Oracle True Cache reduces latency and improves the immersive gaming experience by storing real-time player data, supporting features such as leader boards and user rankings.
Oracle True Cache handles millions of daily updates to user profiles, validating the application user in real time. It also supports multiple data models to natively store different types of elements, reducing complexity and costs.
Oracle True Cache can be used to cache data and offload database I/O to reduce the operational burden, lower costs, and improve the performance of both the database and the application.
Oracle True Cache can be deployed in regions closer to users or devices, reducing the time needed to collect, store, and retrieve data from databases.
Introducing Oracle True Cache : In-memory, consistent, and automatically managed SQL and key-value (object) cache.
Build, test, and deploy applications on Oracle Cloud Infrastructure Platform.
Oracle True Cache user’s guide.
Interested in learning more? Contact one of our industry-leading experts.