Skip to content
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

translate initial text and first part of Database section #30

Merged
merged 6 commits into from
Jan 9, 2018

Conversation

hilam
Copy link

@hilam hilam commented Dec 17, 2017

No description provided.

README-pt-BR.md Outdated
* [Wide column store](#wide-column-store)
* [Graph Database](#graph-database)
* [SQL or NoSQL](#sql-or-nosql)
* [Armazenamento Key-value](#key-value-store)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

O termo Chave-Valor é bem comum em artigos e livros sobre banco de dados.

O que acha de deixar em português ?

@hilam

README-pt-BR.md Outdated
@@ -510,7 +512,7 @@ Active-active failover can also be referred to as master-master failover.

#### Master-slave and master-master

This topic is further discussed in the [Database](#database) section:
Este tópico é melhor discutido na seção [Banco de dados](#database):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Não seria #banco-de-dados no lugar de #database ?

@hilam

README-pt-BR.md Outdated
* **Atomicidade** - Cada transação é tudo ou nada
* **Consistência** - Qualquer transação levará o banco de dados de um estado válido para outro
* **Isolamento** - Executando transações concorrentemente obteremos os mesmos resultados como se as transações fossem executadas serialmente (em sequência)
* **Durabilidade** - Uma vez a transação sendo commitada (efetivada), será armazenada
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uma vez que a transação foi commitada (efetivada), ela continuará armazenada.

@hilam


* **Atomicity** - Each transaction is all or nothing
* **Consistency** - Any transaction will bring the database from one valid state to another
* **Isolation** - Executing transactions concurrently has the same results as if the transactions were executed serially
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Esse ing do Executing parece um gerúndio mas ele na verdade é um substantivo (no português).

A tradução seria Executar.

Referências: https://www.englishexperts.com.br/usos-da-terminacao-ing/

@hilam

README-pt-BR.md Outdated
* Será necessário um "balanceador de carga" ou fazer mudanças na lógica das aplicações para determinar onde escrever.
* Muitos sistemas master-master ou são fracamente consistentes (violando ACID) ou tem a latência de escrita aumentada, devido à sincronização.
* A necessidade de resolução de conflitos acontece mais vezes, quanto mais os nós de escrita são adicionados e a latência aumenta.
* Veja [Desvantagem(ns): replicação](#desvantagemns-replicação) para pontosrelacionados a **ambos** master-slave e master-master.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Falta um espaço entre pontos e relacionados

@hilam

@hilam
Copy link
Author

hilam commented Dec 22, 2017 via email

Copy link
Owner

@IuryAlves IuryAlves left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Obrigado @hilam e desculpa a demora em revisar. Estava de férias.

@IuryAlves IuryAlves merged commit fa2eb5a into IuryAlves:master Jan 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants