Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/songmu/p5-mysql-warmer
https://github.com/songmu/p5-mysql-warmer
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/songmu/p5-mysql-warmer
- Owner: Songmu
- License: other
- Created: 2014-09-17T07:16:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T03:49:13.000Z (over 5 years ago)
- Last Synced: 2024-10-11T21:09:33.914Z (27 days ago)
- Language: Perl
- Size: 19.5 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
MySQL::Warmer - execute warming up queries for InnoDB
# SYNOPSIS
use MySQL::Warmer;
MySQL::Warmer->new(dbh => $dbh)->run;# DESCRIPTION
MySQL::Warmer is to execute warming up queries on cold DB server.
I consulted following entry about warming up strategy of this module.
[http://labs.cybozu.co.jp/blog/kazuho/archives/2007/10/innodb\_warmup.php](http://labs.cybozu.co.jp/blog/kazuho/archives/2007/10/innodb_warmup.php)
# SEE ALSO
[mysql-warmup](https://metacpan.org/pod/mysql-warmup)
# LICENSE
Copyright (C) Songmu.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.# AUTHOR
Songmu