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

Horizontal partitioning#

Sumit Rawal answered on June 24, 2023 Popularity 6/10 Helpfulness 2/10

Contents


More Related Answers

  • Vertical partitioning#
  • Vertical Partitioning
  • horizontal partitioning - Sharding
  • Data Partitioning: Horizontal, Vertical and Functional Data Partitioning
  • What is vertical partitioning, also known as columnar partitioning ?
  • Algorithms for Horizontal Partitioning

  • Horizontal partitioning#

    0

    Horizontal partitioning involves splitting a table into multiple, smaller tables, where each table contains a percentage of the initial table’s rows. We can then store these different sub-tables in different nodes.

    We can perform this split through multiple strategies.

    A simplistic approach for this is an alphabetical split. For instance, we can horizontally partition a table that contains the students of a school by using the students’ surnames. The following illustration shows how.

    Popularity 6/10 Helpfulness 2/10 Language whatever
    Source: Grepper
    Tags: whatever
    Link to this answer
    Share Copy Link
    Contributed on Jun 24 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.