Infinispan Cache Form

Source: Internet
Author: User
Tags infinispan

The Infinispan provides two modes:
Local mode-Infinispan provides a non-clustered pattern in which Infinispan can be considered a single node, in-memory data caching. Compared to cluster mode, because we do not consider the scalability of the cluster, fault tolerance, and so on, which makes the infinispan performance is higher, the use of more efficient.
Cluster mode-a cluster pattern is a cluster of multiple Infinispan servers (Infinispan instances), where all the points in the cluster form a data grid. The state of a node in a grid needs to be replicated to all other nodes, or to a subset of nodes. The number of nodes in this subset determines the fault tolerance and scalability of the Infinispan data grid, and the number of subsets nodes hinders the scalability of the Infinispan grid. In cluster mode, the nodes are replicated by jgroups, which we will discuss in detail later. Depending on the replication strategy, the cluster pattern can be divided into distributed mode, replication mode and invalid mode

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.