91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

MySQL默認Replication如何搭建異步復制

發布時間:2020-05-06 16:55:07 來源:億速云 閱讀:162 作者:三月 欄目:MySQL數據庫

本文主要給大家介紹MySQL默認Replication如何搭建異步復制,文章內容都是筆者用心摘選和編輯的,具有一定的針對性,對大家的參考意義還是比較大的,下面跟筆者一起了解下MySQL默認Replication如何搭建異步復制吧。  

1.背景知識

Asynchronous replication 

the master writes events to its binary log and slaves request them when they are ready. There is no guarantee that any event will ever reach any slave.

--主庫只管把events寫入binlog中,不管從庫有沒有收到。


Fully synchronous replication 

when a master commits a transaction, all slaves also will have committed the transaction before the master returns to the session that performed the transaction. The drawback of this is that there might be a lot of delay to complete a transaction.

--主庫提交一個事物,需要等待所有從庫先提交才能返回結果,執行這個事物。這樣會造成一個事物延時。


Semisynchronous replication 

falls between asynchronous and fully synchronous replication. The master waits only until at least one slave has received and logged the events. It does not wait for all slaves to acknowledge receipt, and it requires only receipt, not that the events have been fully executed and committed on the slave side.

--介于異步復制和全復制之間,主庫僅僅只要等待至少一個從庫收到和記錄events。它不需要等待所有的從庫告訴它收到events,也不需要從庫執行和提交事物,從庫只是收到events就會告訴主庫,這樣主庫就可以提前提交事物了。

MySQL默認Replication如何搭建異步復制

此外,半同步也分兩種,有參數rpl_semi_sync_master_wait_point控制,這里我就不多做解釋了,我們使用默認設置after_sync,這種數據零丟失

AFTER_SYNC (the default): The master writes each transaction to its binary log and the slave, and syncs the binary log to disk. The master waits for slave acknowledgment of transaction receipt after the sync. Upon receiving acknowledgment, the master commits the transaction to the storage engine and returns a result to the client, which then can proceed.


AFTER_COMMIT: The master writes each transaction to its binary log and the slave, syncs the binary log, and commits the transaction to the storage engine. The master waits for slave acknowledgment of transaction receipt after the commit. Upon receiving acknowledgment, the master returns a result to the client, which then can proceed.


2.測試環境


RoleHostnameIPCPUMemoryMySQL Version
TPCCsht-sgmhadoopcm-01172.16.101.542Core8GNO
mastersht-sgmhadoopdn-01172.16.101.582Core6G5.7.21
slave1sht-sgmhadoopdn-02172.16.101.592Core6G5.7.21
slave2sht-sgmhadoopdn-03172.16.101.602Core6G5.7.21


一個master,slave1和slave2都是master的直接從庫。

分兩種情況測試:

(1)當slave1和slave2都是異步復制的時候

(2)當slave1是半同步復制,slave2是異步復制的時候


3.壓力測試


使用TPCC壓力測試軟件,比較TPS判斷異步和半同步復制的性能差異到底有多大。

具體如何測試,可以參考之前的博客:MySQL壓測--TPCC安裝,測試


  • 通過TPCC測試獲得的數據庫TpmC數據

Thread CountAsynchronousSemisynchronous
41145.9001081.133
81966.6331687.933
163202.3332538.233
324363.5333302.167
645112.9003638.667
1285257.2673738.100
2565199.7333823.833
5124753.7003538.633
10243268.6332769.667
15362294.0002215.733


  • 繪制折線圖像

MySQL默認Replication如何搭建異步復制

4.總結


從本測試結果可以看出:

  • 無論是半同步復制還是異步復制,數據庫的TpmC剛開始隨著并發線程的增加而增加,到達200個左右,TpmC開始逐漸下降;

  • 當線程數在16-1024左右之間,異步復制的TpmC明顯比半同步的大很多,相差大概1000-2000左右,所以半同步相比異步性能是要下降很多;

  • 如果你的數據庫并發并不是很多,又對數據安全要求比較高,可以優先考慮使用半同步復制;

看完以上關于MySQL默認Replication如何搭建異步復制,很多讀者朋友肯定多少有一定的了解,如需獲取更多的行業知識信息 ,可以持續關注我們的行業資訊欄目的。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

家居| 崇明县| 巨鹿县| 通许县| 北京市| 罗山县| 海宁市| 宜阳县| 汶川县| 尤溪县| 定边县| 湛江市| 芷江| 雅安市| 西青区| 鄄城县| 滦平县| 台前县| 新闻| 秦皇岛市| 蓝山县| 酒泉市| 澳门| 黄龙县| 图木舒克市| 育儿| 苗栗市| 南和县| 宁强县| 星子县| 许昌市| 呼和浩特市| 新田县| 元氏县| 安龙县| 延寿县| 西城区| 邵阳县| 新源县| 杭州市| 察雅县|