This is an automated email from the ASF dual-hosted git repository. zhaoyanan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-shardingsphere-benchmark.git
commit 50c2141f0e8ccac0b89e0038fc38fb4fbd358606 Author: geomon <[email protected]> AuthorDate: Wed Sep 18 11:52:27 2019 +0800 add sp master slave --- report/notes/sp_master_slave.html | 61 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/report/notes/sp_master_slave.html b/report/notes/sp_master_slave.html new file mode 100644 index 0000000..de80ae5 --- /dev/null +++ b/report/notes/sp_master_slave.html @@ -0,0 +1,61 @@ +<!doctype html> +<html> +<head> +<meta charset='UTF-8'><meta name='viewport' content='width=device-width initial-scale=1'> +<title>sp_master_slave</title></head> +<body><p><img src='../sp_raw/select_single_raw.png' alt='select_single_raw' referrerPolicy='no-referrer' /></p> +<pre><code>Comparative Version: + Mysql: 5.1.42(red curve) + ShardingSphere-proxy: 3.0(blue curve) or 4.0(aqua curve) +Table Number: single +Data Volume: 200w +Axis: + X: (TEST TIMES)/DAY + Y: TPS +Scene Description:This is a MasterSlave model.Including One master, one subordinate.We used id, k, c, pad fields in the table. +Sql Example:SELECT id,k FROM t_test WHERE id = 1 +Comparative type: SELECT +</code></pre> +<p><img src='../sp_raw/select_single_raw.png' alt='select_single_raw' referrerPolicy='no-referrer' /></p> +<pre><code>Comparative Version: + Mysql: 5.1.42(red curve) + ShardingSphere-proxy: 3.0(blue curve) or 4.0(aqua curve) +Table Number: single +Data Volume: 200w +Axis: + X: (TEST TIMES)/DAY + Y: TPS +Scene Description:This is a MasterSlave model.Including One master, one subordinate.We used id, k, c, pad fields in the table. +Sql Example: UPDATE t_test SET pad = # WHERE id = # +Comparative type: UPDATE +</code></pre> +<p><img src='../sp_raw/select_single_raw.png' alt='select_single_raw' referrerPolicy='no-referrer' /></p> +<pre><code>Comparative Version: + Mysql: 5.1.42(red curve) + ShardingSphere-proxy: 3.0(blue curve) or 4.0(aqua curve) +Table Number: single +Data Volume: 200w +Axis: + X: (TEST TIMES)/DAY + Y: TPS +Scene Description:This is a MasterSlave model.Including One master, one subordinate.We used id, k, c, pad fields in the table. +Sql Example: DELETE FROM t_test WHERE id = 1 +</code></pre> +<p><img src='../sp_raw/select_single_raw.png' alt='select_single_raw' referrerPolicy='no-referrer' /></p> +<pre><code>Comparative Version: + Mysql: 5.1.42(red curve) + ShardingSphere-proxy: 3.0(blue curve) or 4.0(aqua curve) +Table Number: single +Data Volume: 200w +Axis: + X: (TEST TIMES)/DAY + Y: TPS +Scene Description:This is a MasterSlave model.Including One master, one subordinate.We used id, k, c, pad fields in the table. +Sql Example: INSERT INTO t_test(k,c,pad) VALUES(#,#,#) +Comparative type: INSERT +</code></pre> +<p> </p> +<p> </p> +<p> </p> +</body> +</html>
