Ticket #53 (new New feature)

Opened 9 months ago

Last modified 9 months ago

Plugin to purge the database for old statistics

Reported by: matt Assigned to:
Priority: major Milestone: Future features
Component: Plugins Version:
Keywords: Cc:

Description

The database of a web analytics tool keeps growing over time. Some users do not really want their database to constantly grow, and often do not care about old data.

It would be nice to "purge" old data in a smart way:

  • keep the numbers (integers have a small memory footprint)
  • delete the strings (keywords, urls, etc.)
  • choose the period before which stuff are deleted
  • the interface should still work properly, but displaying less data for older dates

Any suggestion?

Change History

01/04/08 01:59:19 changed by matt

  • milestone set to Future features.