01-17-2006 06:43 PM
Hello,
My MFC database is about 220 gig, keeping 45 days of data. It is running on a large system (Quad XEON Processor HP ML 570, with 6 Spindals for the data drive) and it still gets so busy it shuts down MySql.
Support keeps telling me to index the tables, but they are indexed, and I keep getting errors.
Is anyone else having issues?
Anybody with a database this size or larger?
Thanks,
Mike
01-17-2006 07:06 PM
From our experience the performance issues with MFC are around the purge process.
Our ugly work around was to set the purge date to 3 months our and to start over with a clean database every 2 months or so. Effective the purge never happens, we wipe and recreate. Like I said it is an ugly kludge. Eight weeks of data ends up being about a 512GB size database in our environment.
Long-term I think MFC has to go to a rolling partitioned table solution, based on date. So then the purge process can be done more efficiently at the partition level.
http://dev.mysql.com/doc/refman/5.1/en/partitioning-types.html
- Erich
01-20-2006 04:54 PM
I do not use MFC yet and based upon what I have been hearing, I am in no hurry.
I just wish we could get more traffic detail on the actual box.
At minimum let me set the time period to look at the data that is already displayed via the GUI instead of only Hour, Day, Week, Month. For example I want to see the Incoming info on IP x.x.x.x from 06:30 to 07:10 am this morning.
-Matt
03-02-2006 05:55 AM
I think using 'grep' from the command line will give you some basic output.
supported flags:
grep -e regexp [-e regexp] [-i] [-p] [-t] log_name
03-02-2006 03:03 PM
Have you tried the reporting api? You can specify a time period and the data comes back in csv format.
I do not use MFC yet and based upon what I have been hearing, I am in no hurry.
I just wish we could get more traffic detail on the actual box.
At minimum let me set the time period to look at the data that is already displayed via the GUI instead of only Hour, Day, Week, Month. For example I want to see the Incoming info on IP x.x.x.x from 06:30 to 07:10 am this morning.
-Matt
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide