Ticket #36 (closed New feature: fixed)

Opened 9 months ago

Last modified 3 months ago

Add possibility to limit the number of rows saved in the datatable during the archiving

Reported by: matt Assigned to:
Priority: major Milestone: Stable release
Component: Core Version:
Keywords: Cc:

Description

Currently all the statistics are processed and nothing is pruned. However this is not necessary to keep all the statistics. In phpMyVisites we used a simple technique that worked well, we kept only the first N elements for each data (N ~ 300 for example).

For example we keep only the first 300 keywords. We keep the first 150 URLs referers.

This will lead to a big time and disk space saving for huge websites.

Change History

01/04/08 01:57:24 changed by matt

  • milestone set to Future features.

05/06/08 01:17:24 changed by matt

  • milestone changed from Future features to Stable release.

07/01/08 00:16:32 changed by matt

  • status changed from new to closed.
  • resolution set to fixed.

Implemented and available in latest 0.2.3 version