In focus
What is DbTalks
No new messages.
Go to all messages
*
*
Remember me
Forgot your password?
Click here
.
Login
Login using
Learn
News
ARTICLES
BOOKS
Contribute
An Article
A News
No new messages.
Go to all messages
*
*
Remember me
Forgot your password?
Click here
.
Login
Login using
Search
Any Word
Exact Word
Content Filter
Articles
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Search
sharding
Sort By
Latest First
Oldest First
Most Viewed
No data found.
Sharding Concept In MongoDb
Feb 26, 2016.
In this article we will learn about some concepts of Sharding in MongoDB.
Search
About
Sharding
Sharding
is specific type of database setup where multiple partitions are create many pieces of a database which are used as shards.
Sharding
help to server hosting and other aspects of database maintenance and it is also contribute to faster query times by diversifying the responsibilities of a database structure.
Sharding
is a type of database partitioning which is responsible for separates very large databases the into smaller, faster ,and more easily managed parts called data shards. The word shard means a small part of a whole.
Sharding
is a way to make database systems more scalable, database
Sharding
has emerged as a kind of horizontal partitioning that can help deal with the problem of slower response times for growing databases. The distribution of database responsibilities across these multiple shards helps engineers to make the most of CPU, memory and resources for a given hardware set.