it is not normal. i have restored 90 GB database in 2 days on dell server
with 2 GB RAM.
Are you able to connect to mysql. if so at mysql prompt type the below
command and check what processes are running

mysql>show processlist;

if any insert statements are running then restoration process is going on
then check your my.cnf parameters.


Anil



-----Original Message-----
From: matt_lists [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 16, 2004 6:15 PM
To: [EMAIL PROTECTED]
Subject: Re: Restore help! been going 2 weeks


The restore is still running

is this normal?  How do you all deal with customers that do not have
their data for almost 3 weeks, and no end in sight

I've had oracle crashes before, the restores were very simple, this is not

I am very disappointed with mysql's performance with files over 5 gig

> Almost all my MYD files are more than 4 gig
>
> I was not aware of this limitation
>
> I tested with InnoDB and found it horribly slow for what we do
>
> Anil Doppalapudi wrote:
>
>> check your .myd file size. if table type is myisam and it it is more
>> than 4
>> GB  then convert it to InnoDB.
>>
>> --Anil
>>
>>
>>
>
>


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


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

Reply via email to