On Tue, 30 Jan 2001, Jason Frisvold wrote:

>       Thanks for the reply..  Is that a stable way of doing things?  Is
> there a performance hit when using the --with-raid option?

Very small if at all. RAID does some additional syscalls sometime but they
should be enough rare to not sense this.
 
>       I assume I will need to move the files manually and link them
> manually as well?

Yes and no. When you create table using CREATE TABLE RAID_TYPE=RAID0 then
MySQL creates directories 00/, 01/ and so on into data directory and
creates tables into them. You can create symlinks to toher disks named 00,
01, 02.... and MySQL does not rewrite them.

  Tonu


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to