RE: [SPAM] - Re: mysql 5 - disk bound - fixed - Email found in subject

2006-01-11 Thread Gordon Bruce
[mailto:[EMAIL PROTECTED] Sent: Wednesday, January 11, 2006 9:47 AM To: MySQL General Subject: [SPAM] - Re: mysql 5 - disk bound - fixed - Email found in subject 2006/1/11, George Law <[EMAIL PROTECTED]>: > Hi All, > > [snip] > > I have to work on an automatic way to rotate these t

Re: mysql 5 - disk bound - fixed

2006-01-11 Thread Pooly
2006/1/11, George Law <[EMAIL PROTECTED]>: > Hi All, > > [snip] > > I have to work on an automatic way to rotate these tables every week. > Is there an easy way with SQL to create a new table based on the schema > of an existing table? > I believe CREATE TABLE newtbl SELECT blah... is what you'r

Re: mysql 5 - disk bound - fixed

2006-01-11 Thread Gary Richardson
CREATE TABLE blah LIKE old_table On 1/11/06, George Law <[EMAIL PROTECTED]> wrote: > Hi All, > > > > Just another follow up on my emails. > > > > What this came down to was sheer number of records and indices in my > tables causing it to take several minutes to insert 10-20K records via > "load da

RE: mysql 5 - disk bound - fixed

2006-01-11 Thread George Law
Hi All, Just another follow up on my emails. What this came down to was sheer number of records and indices in my tables causing it to take several minutes to insert 10-20K records via "load data ..." table1 has probably 15 million rows, 60 fields per row, 1 index table2 has 7 millio