Download the PHP package luxutils/laravel-table-optimize without Composer
On this page you can find all versions of the php package luxutils/laravel-table-optimize. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download luxutils/laravel-table-optimize
More information about luxutils/laravel-table-optimize
Files in luxutils/laravel-table-optimize
Download luxutils/laravel-table-optimize
More information about luxutils/laravel-table-optimize
Files in luxutils/laravel-table-optimize
Vendor luxutils
Package laravel-table-optimize
Short Description Package for performing OPTIMIZE queries from Laravel app
License MIT
Homepage https://github.com/luxutils/laravel-table-optimize
Package laravel-table-optimize
Short Description Package for performing OPTIMIZE queries from Laravel app
License MIT
Homepage https://github.com/luxutils/laravel-table-optimize
Please rate this library. Is it a good library?
Informations about the package laravel-table-optimize
Laravel Table Optimize
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
License
This package is released under the MIT license (MIT).
All versions of laravel-table-optimize with dependencies
PHP Build Version
Package Version
The package luxutils/laravel-table-optimize contains the following files
Loading the files please wait ....