Thank you, David,

We are using RAID 5.

But, could I bring a point here. 

A RAID device is usually serves to preserve data, by creating a mirror
copy of files on its hard-drives, devices. If this is true, then for a
large query that requires a large temp file that would exists on its HD
for a long time and in my case it takes over an hour to get the answer
back. Would it not the RAID try to make a copy of the temp file, by
doing so would it not prolong the return of the answer?

Regards,

Mikhail Berman

-----Original Message-----
From: David Israelsson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 03, 2006 2:54 PM
To: mysql@lists.mysql.com
Subject: Re: Q1. What would run faster?

"Mikhail Berman" <[EMAIL PROTECTED]> writes:

> Dear List,
>  
> I am looking to see what the List thinks about this question.
>  
> If we to run the same query that needs tmp table to be open to get an 
> answer.
> * on a server with
> * and without an RAID array, the rest of hardware would not change as 
> much as possible.
>  
> Where this query would run faster?
>  
For disk intense applications, regardless if it's a database or some
other application, a proper RAID setup will of course run faster.  It
also depends on what kind of RAID you are using, and how well the RAID
implementation (typically the RAID controller) works.

    /David

--
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