Merge lp:~hrvojem/percona-server/doc-102-5.6 into lp:percona-server/5.6

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Hrvoje Matijakovic
Approved revision: no longer in the source branch.
Merged at revision: 645
Proposed branch: lp:~hrvojem/percona-server/doc-102-5.6
Merge into: lp:percona-server/5.6
Diff against target: 49 lines (+10/-5)
2 files modified
doc/source/tokudb/tokudb_installation.rst (+7/-2)
doc/source/tokudb/tokudb_intro.rst (+3/-3)
To merge this branch: bzr merge lp:~hrvojem/percona-server/doc-102-5.6
Reviewer Review Type Date Requested Status
Hrvoje Matijakovic Approve
Review via email: mp+229471@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Hrvoje Matijakovic (hrvojem) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/source/tokudb/tokudb_installation.rst'
2--- doc/source/tokudb/tokudb_installation.rst 2014-07-11 16:29:32 +0000
3+++ doc/source/tokudb/tokudb_installation.rst 2014-08-04 14:39:26 +0000
4@@ -4,11 +4,16 @@
5 TokuDB Installation
6 =====================
7
8-|Percona Server| has added support for TokuDB storage engine in the :rn:`5.6.16-64.0-tokudb` release, and TokuDB storage engine is available as a separate package from :rn:`5.6.17-66.0` release.
9+|Percona Server| is compatible with the separately available TokuDB storage engine package. TokuDB engine is not packaged with any |Percona Server| 5.6 download. The TokuDB engine must be separately downloaded and then enabled as a plug-in component.  This package can be installed alongside with standard |Percona Server| 5.6 releases starting with :rn:`5.6.19-67.0` and does not require any specially adapted version of |Percona Server|.
10
11 `TokuDB <http://www.tokutek.com/products/tokudb-for-mysql/>`_ is a scalable, ACID and MVCC compliant storage engine that provides indexing-based query improvements, offers online schema modifications, and reduces slave lag for both hard disk drives and flash memory. This storage engine is specifically designed for high performance on write-intensive workloads which is achieved with Fractal Tree indexing.
12
13-TokuDB is currently supported only for 64-bit Linux distributions.
14+Only the `Percona supplied <http://www.percona.com/downloads/Percona-Server-5.6/LATEST/>`_ TokuDB engine should be used with |Percona Server| 5.6. A TokuDB engine downloaded from other sources is not necessarily compatible.
15+
16+TokuDB Hot Backup is a proprietary, commercial product available for download only from `Tokutek.com <http://www.tokutek.com/subscriptions/>`_. It is not available for download from Percona.
17+
18+TokuDB is currently supported only for 64-bit Linux distributions. It is not available for Debian 6.0 (squeeze) and Ubuntu 10.04 (lucid) due to conflicts with the gcc version required by TokuDB.
19+
20
21 Prerequisites
22 =============
23
24=== modified file 'doc/source/tokudb/tokudb_intro.rst'
25--- doc/source/tokudb/tokudb_intro.rst 2014-07-11 16:29:32 +0000
26+++ doc/source/tokudb/tokudb_intro.rst 2014-08-04 14:39:26 +0000
27@@ -4,11 +4,11 @@
28 TokuDB Introduction
29 =====================
30
31-|Percona Server| provides the separate TokuDB storage engine package since :rn:`5.6.17-66.0`. This package can be :ref:`installed <tokudb_installation>` along side with |Percona Server| 5.6 releases. Before the separate package implementation |Percona Server| has added support for TokuDB storage engine in the :rn:`5.6.16-64.0-tokudb` release and TokuDB engine was only available in special |Percona Server| with TokuDB storage engine releases.
32+|Percona Server| is compatible with the separately available TokuDB storage engine package. TokuDB engine is not packaged with any |Percona Server| 5.6 download. The TokuDB engine must be separately downloaded and then enabled as a plug-in component.  This package can be installed alongside with standard |Percona Server| 5.6 releases starting with :rn:`5.6.19-67.0` and does not require any specially adapted version of |Percona Server|.
33
34 TokuDB is a scalable, ACID and MVCC compliant storage engine that provides indexing-based query improvements, offers online schema modifications, and reduces slave lag for both hard disk drives and flash memory. This storage engine is specifically designed for high performance on write-intensive workloads which is achieved with Fractal Tree indexing.
35
36-Available TokuDB features:
37+Key TokuDB features available in the current production release:
38
39 * :ref:`tokudb_compression`
40 * `Multiple Clustering Indexes <http://www.tokutek.com/2009/05/introducing_multiple_clustering_indexes/>`_
41@@ -16,7 +16,7 @@
42 * `Prelocking index and range scans <https://github.com/Tokutek/tokudb-engine/wiki/Patch-for-prelocking-index-and-range-scans>`_
43
44
45-These features were available only in older alpha, :rn:`5.6.16-64.0-tokudb` and :rn:`5.6.16-64.2-tokudb`, Percona Server with TokuDB releases:
46+Some features that were available in older alpha releases have since been discontinued:
47
48 * `Fast Updates with NOAR <http://www.tokutek.com/2013/02/fast-updates-with-tokudb/>`_
49 * `TokuDB AUTOINCREMENT implementation <http://www.tokutek.com/2009/07/autoincrement_semantics/>`_

Subscribers

People subscribed via source and target branches