Skip to content

Commit 9e9d9f0

Browse files
Merge pull request #1023 from oracle-devrel/uschwinn-patch-20
Create README.md
2 parents b77847b + 4690f54 commit 9e9d9f0

File tree

1 file changed

+28
-0
lines changed
  • data-platform/core-converged-db/true-cache

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# True Cache
2+
3+
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.
4+
True Cache has many advantages including ease of use, consistent data, more recent data, and automatically managed cache.
5+
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).
7+
8+
Reviewed: 06.05.2024
9+
10+
# Useful Links
11+
12+
## Documentation
13+
14+
- [True Cache on oracle.com](https://www.oracle.com/database/truecache/)
15+
- [True Cache FAQ](https://www.oracle.com/database/truecache/faq/)
16+
- [Oracle True Cache User's Guide](https://docs.oracle.com/en/database/oracle/oracle-database/23/odbtc/index.html)
17+
- [Java Support for True Cache](https://docs.oracle.com/en/database/oracle/oracle-database/23/jjdbc/JDBC-getting-started.html#GUID-B4CFD064-76D7-4384-B4A9-6E8725968D9B)
18+
- [Oracle True Cache Technical Architecture](https://docs.oracle.com/en/database/oracle/oracle-database/23/tciad/tc_genarch.html)
19+
- [Database Licensing Information User Manual](https://docs.oracle.com/en/database/oracle/oracle-database/23/dblic/Licensing-Information.html#GUID-F796455D-C7EF-4836-9F69-2BCCDA49B7BD)
20+
21+
## Blogs
22+
23+
- [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+
26+
# License
27+
28+
Copyright (c) 2024 Oracle and/or its affiliates.

0 commit comments

Comments
 (0)