Skip to content

Commit 4e15239

Browse files
authored
Update README.md
Added Livelab and YouTube video (team publication)
1 parent 8ef842f commit 4e15239

File tree

1 file changed

+8
-3
lines changed
  • data-platform/core-converged-db/true-cache

1 file changed

+8
-3
lines changed

data-platform/core-converged-db/true-cache/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Today, many Oracle users place a cache in front of the Oracle Database to speed up query response time and improve overall scalability. True Cache is a new way to have a cache in front of the Oracle Database. True Cache is an in-memory, consistent, and automatically managed cache for Oracle Database. It operates similarly to an Active Data Guard readers farm, except True Cache is mostly diskless and designed for performance and scalability, as opposed to disaster recovery. An application can connect to True Cache directly for read-only workloads. A general read-write Java application can also mark some sections of the code as read-only, and the 23ai JDBC Thin driver can automatically send read-only workloads to configured True Caches.
44
True Cache has many advantages including ease of use, consistent data, more recent data, and automatically managed cache.
55

6-
True Cache is available with Oracle Database 23ai and later versions. It is not supported in earlier releases. True Cache is available in Oracle Database 23ai Free and Oracle Base Database Service Enterprise Edition (please read the limitations in the Licensing Guide).
6+
True Cache is available with Oracle Database 23ai and later versions. It is not supported in earlier releases. True Cache is available in Oracle Database 23ai Free, Oracle Base Database Service Enterprise Edition and Oracle Database Enterprise Edition on Engineered Systems (please read detailed information in the Licensing Guide).
77

8-
Reviewed: 06.05.2024
8+
Reviewed: 13.08.2024
99

1010
# Useful Links
1111

@@ -21,10 +21,15 @@ Reviewed: 06.05.2024
2121
## Blogs
2222

2323
- [Introducing Oracle True Cache: In-memory, consistent, and automatically managed SQL cache (Oracle Database 23ai)](https://blogs.oracle.com/database/post/introducing-oracle-true-cache)
24+
25+
## LiveLabs
26+
27+
- [Improve application performance with True Cache](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3933&clear=180)
2428

2529
# Team Publications
2630

27-
- [Getting started with True Cache in Oracle Database 23ai FREE](https://blogs.oracle.com/coretec/post/true-cache-in-23ai-free)
31+
- [Getting started with True Cache in Oracle Database 23ai FREE (Blog)](https://blogs.oracle.com/coretec/post/true-cache-in-23ai-free)
32+
- [Oracle True Cache (YouTube)](https://youtu.be/ecxflHglhJo?si=Son0ec6P1MKAL2YL)
2833

2934

3035
# License

0 commit comments

Comments
 (0)