i have over 15 tables...but some have 150,000 rows and increasing fast...those ones i ll have to do something about...i thought of putting them in txt files using mysqldump...is there an automated way to do that? ie: if end of month transfer everything and empty table?
on the other hand there are some tables that i ll need to query even next month....so i thought to just create a new table each month
does mysql have any automated functions to do all these or will i have to do it in my website php pages? thanks
PS: to be more detailed: i m running a search engine and i have a table that records all searches made. currently i have 4000 searches per day and that number is expected to increase over the next few days...now that table will have 120,000 rows in a month...what do u suggest? (cant just put in sql file cause i need to pull stats)