```json
{
    "title": "GrabPERF: Reduced Raw Data Storage Time",
    "url": "https://performancezen.com/2005/08/16/grabperf-reduced-raw-data-storage-time/",
    "datePublished": "2005-08-16",
    "dateModified": "2005-08-16",
    "language": "en-US",
    "description": "In the GrabPERF system, all of the detail charts are built off of the raw data table. Now, for some insane reason, I was storing 50 days of raw data.…",
    "author": "spierzchala",
    "publisher": "Performance Zen"
}
```

# GrabPERF: Reduced Raw Data Storage Time

In the [GrabPERF](http://www.grabperf.org/) system, all of the detail charts are built off of the raw data table. Now, for some insane reason, I was storing 50 days of raw data. The furthest back that any of the configured raw data graphs goes is 7 days.
I reset the data purge script to drop data older than 10 days. This should speed up queries and graph displays.
If certain users would like to keep data for longer, I could modify the drop procedure for custom data storage lengths. Just let me know if you require raw data from longer periods and I will begin development on this.

Technorati: [GrabPERF](http://technorati.com/tag/GrabPERF), [Web Performance](http://technorati.com/tag/Web+Performance), [Web Performance Measurement](http://technorati.com/tag/Web+Performance+Measurement), [Web Performance Monitoring](http://technorati.com/tag/Web+Performance+Monitoring), [curl](http://technorati.com/tag/curl), [linux](http://technorati.com/tag/linux)
IceRocket: [GrabPERF](http://blogs.icerocket.com/tag/GrabPERF), [Web Performance](http://blogs.icerocket.com/tag/Web+Performance), [Web Performance Measurement](http://blogs.icerocket.com/tag/Web+Performance+Measurement), [Web Performance Monitoring](http://blogs.icerocket.com/tag/Web+Performance+Monitoring), [curl](http://blogs.icerocket.com/tag/curl), [linux](http://blogs.icerocket.com/tag/linux)
