Hi, I noticed that my /var/lib/mysql/cacti7/poller_output_boost.MYI' is filling up rapidly. Today I had 174990000 entries in it and it does not alter the rrds hourly like configured. Any idea?
Using latest cati+patch +latest boost.
Boost: /var/lib/mysql/cacti/poller_output_boost.MYI fills up
Moderators: Developers, Moderators
- TheWitness
- Developer
- Posts: 17062
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
I don't use MyISAM for this table. I set the max heap table size large enough to carry the entire table, and then use the memory storage engine for this. Otherwise, you get into these problems with a buldging index file.
You can optimize the size of that table by reducing the column with of the output column to 20% more than you need too. However, this means that you DONT/CANT restart MySQL unless you first convert that table back to MyISAM prior to restarts and convert back to memory afterwards. That's a minor annoyance though.
TheWitness
You can optimize the size of that table by reducing the column with of the output column to 20% more than you need too. However, this means that you DONT/CANT restart MySQL unless you first convert that table back to MyISAM prior to restarts and convert back to memory afterwards. That's a minor annoyance though.
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Who is online
Users browsing this forum: No registered users and 4 guests