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.
|