why don't compressing them instead ? you could store them without details in some kind of shorts periods like weeks or month for the very olders.
It would interesting to be able to "purge" old data in phpMyVisites, when the database gets to big for example.
You could purge datas such as "referers", "visitor configuration" or "pages view details" but keep the 'numbers' such as visits, no of page views, etc. ; we could keep the numbers simply because the size is very small in database.
Currently this is not really possible to implement this with the current architecture, but we would like to know if this feature is worth the job.
It's not a bad idea but I can't like to drop and loose data! The purged data should first be saved (in db files for example), and PhpMyVisites should still be able to retrieve it on request. Dropping for ever data can't be a good idea...
moku