Merge pull request #3960 from dveeden/docs_binlog_format

docs: Add link to RBR doc in SBR section of server configuration
This commit is contained in:
Sugu Sougoumarane 2018-05-22 15:49:02 -07:00 коммит произвёл GitHub
Родитель c8e9070969 4d57e74ba1
Коммит 26bc8b884b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -57,7 +57,7 @@ Vitess relies on adding comments to DMLs, which are later parsed on the other en
In order to achieve this, Vitess also rewrites all your DMLs to be primary-key based. In a way, this also makes statement based replication almost as efficient as row-based replication (RBR). So, there should be no major loss of performance if you switched to SBR in Vitess.
RBR will eventually be supported by Vitess.
In Vitess 2.2 preliminary support for Row Based Replication (RBR) was added. See [this document]({% link user-guide/row-based-replication.md %}) for more information.
### Data types