Rate This Document
Findability
Accuracy
Completeness
Readability

Installing and Enabling the Feature

The following uses Percona-Server 5.7.44-53 as an example to describe how to install and enable the feature. The procedure is as follows:

  1. Install the dependencies as instructed in Configuring the Compilation Environment in the Percona Porting Guide.
  2. Download the Percona-Server 5.7.44-53 RPM package described in Table 2 and save the package to the target path, for example, /home.
  3. Run the following commands to install the RPM package. The default installation directory is /usr/local/mysql.
    cd /home
    rpm -ivh BoostDB-Percona-5.7.44-53.aarch64.rpm

    If dependency packages have been installed but the RPM-related check fails, run the following command to skip the dependency check (using --nodeps):

    rpm -ivh BoostDB-Percona-5.7.44-53.aarch64.rpm --nodeps
  4. Start the database. For details, see Running MySQL in the MySQL Porting Guide.
  5. (Optional) Perform the Sysbench test to compare the performance before and after the binlog optimization feature is enabled. For details about the test procedure, see Sysbench 0.5 & 1.0 Test Guide. The binlog optimization feature improves the Sysbench write performance by 13%. Figure 1 shows performance before and after the optimization.
    Figure 1 Performance comparison before and after binlog optimization