×

Sharding

Sharding is all about horizontal scaling which means adding more servers.

Single server or machine will not be able to handle read and write requests after a limit even if you increase GPU, CPU and memory etc.

In sharding, we have multiple computers which runs mongo server together.

Many computers or systems are there but only one mongo server.

They all will work together and data is distributed across those systems or computers or shards.

Queries run across all shards but that query will be processed by that shard which can process it.

How sharding works?

In the above diagram, mongo (router) functions using the shard key which is a field added to every document that is needed by the server to understand where the document belongs to.

Shard key configuration is not simple because shard key must be evenly distributed. It must be chosen wisely.

Query working with sharding

If find method contains shard key information then option 2 will be followed which is efficient one because it directly send the query to its unique shard.

But if you didn’t specify the shard key information then it will be distributed to all and responses will be given back.

So as a developer if you are using then you and your admin should choose shard key wisely on application needs.


Related Topics

List of Chinese Apps banned by India

In India, over 267 Chinese applications were banned. Following the geopolitical tension with China since the last year, the Indian Government has blocked over 267 Chinese apps. The ban on...

7 minutes read.

List of Insurance Companies in India

Meaning of Insurance: Insurance is an agreement in which a person or a company receives financial protection or reimbursement in the form of a policy from an insurance company. To make...

9 minutes read.

Tourist Places in Rameshwaram

Rameshwaram, a Hindu pilgrimage destination in the Indian state of Tamil Nadu, is a must-visit. Because of its connection to the Great Ramayana, this town, located in the far south...

6 minutes read.

Database Sharding System Design

Nowadays, data servers have to collect and process a lot of data. So, the databases have to deal with large data set. The database server's capacity can be raised, but...

6 minutes read.

Financial Statements with Adjustments

Financial statements are those accounts and statements that are created at the end of an accounting cycle to learn about the business operations and financial performance of a firm. Their...

3 minutes read.

How to become a software engineer

Software developers, also known as software engineers, develop innovative software for clients and businesses. From a personal banking app to a business project management workflow system, many of the essential...

3 minutes read.

Top 7 programming languages for backend web development

Web Development is primarily divided into two facets: front-end and back-end development. They each have their own set of technology and tools. For instance, when discussing front-end development, HTML, CSS,...

4 minutes read.

Tourist Places in Kerala

Kerala is also referred to as God's own country, and it is a surreal destination where morning brings in the magic and mist. The beauty of Kerala appeals to everyone,...

8 minutes read.

Word Processing Softwares

What is the word processing software? A word processor is a software application that offers text editing, output and input formatting. Additional characteristics include in it are document creation, editing, saving,...

6 minutes read.

List of Finance Ministers of India

Finance, in layman's terms, is defined as the administration of money, debt, investment, or banking by any government or commercial institution. It requires overseeing the acquisition of required money. Importance of...

14 minutes read.

Frontend vs Backend

The two most frequently used terms in web development or any software development are frontend and backend. What is Frontend? The frontend of a website refers to the area where users interact...

4 minutes read.

The Longest River in India

India is known as the "Land of Rivers" because of the many rivers run here. Himalayan Rivers, the rivers that originate in the Himalayas, and Peninsular Rivers, the rivers that...

6 minutes read.

Highest Waterfall in India

India's waterfalls are among the world's most well-known tourist spots. They are ideal places for spending and enjoying the true glory of the natural world due to their freshness, sound,...

4 minutes read.

List of Gifts for Girls

Introduction A gift is something which helps us in conveying our emotions and feelings towards that person. No matter if it is a girl, a boy, a teenager or an adult,...

6 minutes read.

Feedback Control system and Feedforward

Control system In a Company or a business, it is very important to plan and work according to the plan, so we can get the desired outcome or profit for the...

3 minutes read.

Blood Plasma

Blood is made up of plasma, a yellow liquid substance. It supports the body's pH balance, blood volume, blood pressure, immunity, coagulation, and other physiological functions. Furthermore, it is essential...

4 minutes read.

What are the Baud Rate and its Importance?

Computers communicate by sending digital data bits via transmission media from one device to another. You don't need to worry about setting up the specifics to send and receive data....

3 minutes read.

What is Online Payment Gateway API?

In general, APIs make it simple to integrate applications, which results in more creative and entertaining digital experiences. An API for a payment gateway interacts with your current digital workflows...

10 minutes read.

10 Best Microsoft Edge Extensions That You Can Consider

A multi-platform web browser created by Microsoft is called Edge. It is among the most widely used browsers and is quite compatible with the contemporary web; Additionally, it offers consumers...

4 minutes read.

Defect Triage Meeting

The main application of Defect Triage (sometimes referred to as Bug Triage) is in software testing. It is necessary to describe the faults' importance and seriousness. The severity of a...

3 minutes read.