royallthefourth/psh-innodb-shrink

提供了一种cron作业,可以用于收缩具有大量空闲空间的InnoDB表

v1.0.1 2020-09-17 19:51 UTC

This package is auto-updated.

Last update: 2024-09-18 04:20:13 UTC


README

本软件包提供了一种命令行工具,可用于在Platform.sh上运行的PHP应用程序中收缩InnoDB表。

安装

composer require royallthefourth/psh-innodb-shrink

使用方法

在你的.platform.app.yaml中添加一个cron作业,以空闲空间比率作为其参数调用程序。

例如,这将仅运行至少有75%空闲空间的表

vendor/bin/shrink 0.75

测试

本软件包包含测试。使用此命令运行它们

vendor/bin/phpunit tests