Version 0.7 of Q4M (a pluggable message queue storage engine for MySQL) has been released with following changes.
- Faster SELECT COUNT(*)
Q4M now caches the number of rows within a table. It is now possible to heavily issue SELECT COUNT(*) queries to monitor queue usage.
- Dropped binlog capability flags
Q4M tables were incorrectly marked as binlog-capable in previous releases.
- Added examples/crawler
Q4M now includes an example web spider implementation. According to a test using preliminary version (detail in Japanese), the implementation was about two times faster than a crawler …