Percona Server:修订间差异

来自Gea-Suan Lin's Wiki
跳到导航 跳到搜索
此页面具有访问限制。如果您看见此消息,则说明您没有权限访问此页面。
无编辑摘要
第2行: 第2行:


== 安裝 ==
== 安裝 ==
Percona Server在偵測到jemalloc時會自動啟用<ref>{{Cite web |url=https://www.percona.com/blog/2017/01/03/enabling-and-disabling-jemalloc-on-percona-server/ |title=Enabling and Disabling Jemalloc on Percona Server |accessdate=2018-04-23 |date=2017-01-03}}</ref> 安裝<code>libjemalloc1</code>
[[MySQL]]系的資料庫在使用[[jemalloc]]時效能都會提昇不少,在不少分支都有支援jemalloc。其中Percona Server在偵測到jemalloc時會自動啟用<ref>{{Cite web |url=https://www.percona.com/blog/2017/01/03/enabling-and-disabling-jemalloc-on-percona-server/ |title=Enabling and Disabling Jemalloc on Percona Server |accessdate=2018-04-23 |date=2017-01-03}}</ref>
 
安裝<code>libjemalloc1</code>
<syntaxhighlight lang="shell-session">
<syntaxhighlight lang="shell-session">
$ sudo apt install libjemalloc1
$ sudo apt install libjemalloc1
</syntaxhighlight>
</syntaxhighlight>
== 參考資料 ==
{{Reflist|2}}


== 外部連結 ==
== 外部連結 ==

2018年4月23日 (一) 03:55的版本

Percona Server是一套資料庫軟體,源自MySQL

安裝

MySQL系的資料庫在使用jemalloc時效能都會提昇不少,在不少分支都有支援jemalloc。其中Percona Server在偵測到jemalloc時會自動啟用[1]

安裝libjemalloc1

$ sudo apt install libjemalloc1

參考資料

外部連結