Skip to content

Update sharding.txt #1484

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions source/sharding.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Sharding

.. _sharding-background:

Sharding is the process of storing data records across multiple
machines and is MongoDB's approach to meeting the demands of data
growth. As the size of the data increases, a single machine may not be
sufficient to store the data nor provide an acceptable read and write
throughput. Sharding solves the problem with horizontal scaling. With
sharding, you add more machines to support data growth and the demands
of read and write operations.
Sharding é um processo que armazena dados em múltiplos computadores,
esta é a forma MongoDB para atender a demanda de crescimento dos dados.
Com o volume de dados aumentando, um computador não é suficiente para
armazenar os dados, nem para garantir um bom desempenho de leituras e escritas.
O Sharding resolve este problema com a escala horizontal, adicionando
mais computadores para suportar o crescimento dos dados e a demanda por
operações de leituras e escritas.

.. only:: (website or singlehtml)

Expand Down