Running P202 and the DB is over 8 gig now. Getting kinda slow.
Any suggestions for speeding things up?
Any suggestions for speeding things up?
Spy is truncated nightly. There's 6 tables with "clicks" in the name, all have the same number of records.
Can I truncate 202_clicks without losing any usable data? In other words, will I still be able to search 202 and pull out conversions, etc for campaigns?
does p202 have sensible indexes on the data?
What I used to do when I ran prosper was keep a copy of LAMP sitting on my local computer with a copy of P202 installed. When my server side copy of P202 gets too big/slow, I export the database and upload it to my local server, then I use the P202 admin panel to "Delete all Click data." on the remote server.
Then when I want to look up old data I just fire up Apache and MySQL on my local machine and goto http://localhost/202-login.php
Great idea!
What tables can I get away with truncating without affecting the redirection links?
In P202 click the Administration link at the top right corner. If you scroll down a bit there is a section that says "Database Management" click the radio button for "Delete All Click Data" and then Submit Query. That will wipe out all your click data but leave all your campaigns/ads/redirects in place. After all thats done go do an MySQL optimize on the database.
For god sakes though have that shit backed up before you do it because its gone forever once you click that button.
While you're there also check to see if you have memcache running and setup properly. That does wonders for redirect speeds and pulling info from the database.