Hi,
we have some profiles (log tracking enabled) with significant log
sources size (3 with approximately 1.2GB of data each one/day).
To save space the logs are stored bzip2ed, the problem is that each
time we run a profile with some new logs in order to update the
reports, Urchin uncompresses each log file to determine whether to use
it or not. Having on line logs from January 2009, this means that to
reach November logs Urchin needs hours of work.
The only solution that I've figured out is partitioning log sources on
monthly basis and use a script to change current log sources
associated to profiles, keeping only the most recent (this approach
can also prevent to meet the known bug about the number of physical
log files).
Is there a better way to solve the problem?
Thanks in advance,
Cristian