「Percona Server」:修訂間差異

出自Gea-Suan Lin's Wiki
跳至導覽 跳至搜尋
本頁面具有訪問限制。如果您看見此訊息,這代表您沒有訪問本頁面的權限。
無編輯摘要
行 2: 行 2:


== 安裝 ==
== 安裝 ==
[[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>。
[[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>:
 安裝<code>libjemalloc1</code>:

於 2018年4月23日 (一) 03:56 的修訂

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

安裝

MySQL系的資料庫在使用jemalloc時效能都會提昇不少,所以在不少衍生版本都有支援jemalloc。其中Percona Server在偵測到系統內有jemalloc時會自動啟用[1],減少了設定所需的手續。

安裝libjemalloc1

$ sudo apt install libjemalloc1

參考資料

外部連結