Quote:
|
Originally Posted by mrkris
temporary tables tend to slow down your queries.
|
depending on the frequency of inserts to this original table, he could just use a real table, but with Brujah's structure..
and fill the proper rows in this new table when inserts to original are done.
look up the mysql bulk insert syntax, and do this in php
