rotating tables in mysql
Want to rotate a table used for log data? Don't delete records (that will suck) just rename it:
create table new_logtable like logtable;
rename table logtable to logtable_20121127, new_logtable to logtable;
Written by Diego Sapriza
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Mysql
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#