luxutils/laravel-table-optimize
Composer 安装命令:
composer require luxutils/laravel-table-optimize
包简介
Package for performing OPTIMIZE queries from Laravel app
关键字:
README 文档
README
Use with caution!
Database tables with lots of insert / delete operations sometimes grows in size. For example, Laravel's jobs table could be empty and still take few GB's in size. That's because databases don't actually delete the data, it just marks it for deletion. Running OPTIMIZE or VACUUM commands on databases takes that space back. This package makes optimization easier.
Supported database engines
Currently only MySql and MariaDB are supported.
Installation
composer require luxutils/laravel-table-optimize
License
This package is released under the MIT license (MIT).
统计信息
- 总下载量: 166
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-09-17