I have to re-create a table every month with a section of data from the
main table.  I suppose this would be an excellent situation to use views
for but being as how MySQL doesn't have view capability yet I'm stuck
with this.  It's not a big deal but I just want to make sure that
Creating, populating, using, dropping a table every month won't impact
my database performance.  

Is there any specific optimization or maintainence I should be doing
after dropping the table each month?

Thanks,

Jeff

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to