mysql-log-filterDeveloped In: Python — Status: Production - GAThe slow query log file is analyzed and processed as a stream, line after line, so there is no need to load the whole log file into memory. It remembers last input file positions and statistics in a SQLite 3 database, so periodical executions on the same files run much faster. The Python version is usually 3-5 times faster than the PHP5 version.
The GNU General Public License (GPL)
Database Administrators
Expert
Production - GA
Python
No Comments yet |
VotesWatches0 members are watching this project
You must be logged in to track this project.
Provide Feedback
You must be logged in to comment
|