Events in the Test Link 1.8 beta2/beta3

1.8 related questions and discussions.
Please upgrade to LATEST 1.9.x.
No more fixes for 1.8.

Moderators: Amaradana, TurboPT, TL Developers

Locked
aksinghv
Advanced user
Posts: 57
Joined: Sun Aug 17, 2008 4:06 am

Events in the Test Link 1.8 beta2/beta3

Post by aksinghv »

Hi,

I was viewing the tables using the phpMyAdmin2.11.6 (installed by WAMPServer2.0c) on Windows as my whole setup is on Windows 2008 x64.

I saw that i have 466275 records in the events table. Is there any way to do cleanup? Is there any parameter which will allow us to just hold say last 100K or last 30days records. I am not sure how long should be hold the events records?

Please guide me.

thanks,
Anjani Singh
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

truncate table
aksinghv
Advanced user
Posts: 57
Joined: Sun Aug 17, 2008 4:06 am

Post by aksinghv »

Thanks.

I ran forllowing:
truncate table events


now, the database size has gone low. This tables grows like anything.


Now, I can keep the size of this table under check.


Thanks a ton.

Regards,
Anjani Singh
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

There will be clean-up action available in the next version (based on date). The code is already available in CVS.
Locked