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

Database Sharding Pattern, CAP Theorem

Pragya Keshap answered on March 1, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Is Sharding Database partitioning
  • database sharding pattern
  • Design the Architecture — Database Sharding Pattern with Cassandra

  • Database Sharding Pattern, CAP Theorem

    0

    we are going to talk about Database Sharding Pattern. So we will add Database Sharding Pattern into our toolbox that we can use when scaling our microservices architecture.

    Let me start with what is sharding ?

    Sharding is “a small piece or part”, meaning to be a small piece or part of something. From this point of view, database sharding is the separation of the data into unique small pieces of database. So this small pieces is called shards or chunks.

    So in order to improve scalability when storing and accessing large volumes of data in microservices architectures, we should divide a databases into a set of horizontal partitions or shards. Each shard has the same schema, but holds its own distinct subset of the data. 

    https://medium.com/design-microservices-architecture-with-patterns/database-sharding-pattern-for-scaling-microservices-database-architecture-2077a556078

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Mar 01 2023
    Pragya Keshap
    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.