forked from yoshinorim/replication-booster-for-mysql
-
Notifications
You must be signed in to change notification settings - Fork 0
A Tool for Prefetching MySQL Slave Relay Logs, to make SQL Thread faster
License
gtowey/replication-booster-for-mysql
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Replication Booster -- A Tool for Prefetching MySQL Slave Relay Logs, to make SQL Thread faster How to use: * Install boost if not installed (recommended version is 1.39 or higher) (On RHEL/CentOS5, you can get boost 1.39+ from ATrpms repository) * Install Binlog API (https://code.launchpad.net/mysql-replication-listener) * cmake . * make * make install * Run replication_booster If you have a Replication Listener in a non-standard path (for example, it is not installed), you can add a search prefix when executing CMake in the following way: cmake . -DCMAKE_PREFIX_PATH=<path to replication listener> This will find the library in the "lib" directory and the include files in the "include" directory of the repository. Limitations: * This project has just been started and code quality and performance should be improved more. * Replication Booster uses Binlog API. Binlog API is currently (Oct 2011) pre-alpha so make sure to intensively test by yourself, though Replication Booster uses limited features of Binlog API. For example, you may fail to build Replication Booster when Binlog API interface has been changed. License: GNU General Public License version 2 Author: DeNA Co.,Ltd. <Yoshinori.Matsunobu@gmail.com> Got contribution from Mats Kindahl <mats@kindahl.net> (supporting cmake) Got contribution from Davi Arnaut (Twitter patches)
About
A Tool for Prefetching MySQL Slave Relay Logs, to make SQL Thread faster
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published