Answer the question
In order to leave comments, you need to log in
What is the benefit of sharding a database with indexes?
Sharding (horizontal partitioning) is a database design principle in which logically independent rows of a database table are stored separately, grouped in advance into sections, which, in turn, are placed on different, physically and logically independent database servers
Answer the question
In order to leave comments, you need to log in
As long as you only have millions of records, then you don’t need sharding or even partitioning.
In general, what exactly is the benefit of sharding?
indexes work locally, Sharding - globally. As long as you have one small server, then Sharding will not help you, and when you have a cluster, it’s very
In general, what exactly is the benefit of sharding?
Let's say you have a disk of 100 gigabytes
User data 1 megabyte
Total 102400 users. Where are we going to put the rest?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question