What is Cache Fusion Technology?

What is Cache Fusion Technology?

Cache fusion treats multiple buffer caches as one joint global cache.This solves the issues like data consistency internally, without any impact on the application code or design. Cache fusion technology eases the process of a very high number of concurrent users and SQL operations without compromising data consistency.

What is Cache Fusion Technology?

In Cache fusion, multiple buffers join to act as one. It eliminates disk i/o operations by making use of a scalable shared cache. It treats multiple buffer caches as one thereby resolving data consistency issues. Cash fusion technology can provide more resources and increases concurrency of users.
What is simple replication and advance replication?
What is simple replication and advance replication? - Replication is the process of creating and maintaining replicas of database objects in a distributed database system....
How are the indexes updated?
How are the indexes updated? - Whenever a table partition is modified using a DDL command, the associated index partitions are placed in the default tablespace...
Latches vs Enqueues
Latches vs Enqueues - Enqueues permit several concurrent processes to have varying degree of sharing of resources...
Post your comment