Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Operational In-Memory Computing

Sumit Rawal answered on May 9, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Use of memory management unit

  • Operational In-Memory Computing

    0

    Cache Topology

    Standalone This setup consists of a single node containing

    all the cached data. It’s equivalent to a singlenode cluster and does not collaborate with

    other running instances.

    Distributed Data is spread across multiple nodes in a cache

    such that only a single node is responsible for

    fetching a particular entry. This is possible by

    distributing/partitioning the cluster

    in a balanced manner (i.e., all the nodes have

    the same number of entries and are hence load

    balanced). Failover is handled via configurable

    backups on each node.

    Replicated Data is spread across multiple nodes in a cache

    such that each node consists of the complete

    cache data, since each cluster node contains all

    the data; failover is not a concern.

    Caching Strategies

    Read

    Through

    A process by which a missing cache entry is fetched from the integrated

    backend store.

    Write

    Through

    A process by which changes to a cache entry (create, update, delete) are

    pushed into the backend data store.

    It is important to note that the business logic for Read-Through and WriteThrough operations for a specific cache are confined within the caching layer

    itself. Hence, your application remains insulated from the specifics of the

    cache and its backing system-of-record.  

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on May 09 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.