Index spindle??

2001-10-20 Thread tony . icuc
Would anyone know of a method to create/fake/move/configure and index on an alternate disk than the base table? I hail from a platform that allows specific disk specification for partition, index and alternate key files. Naturally, I referenced Paul DuBois' amazing book, to no avail. Just

Re: Index spindle??

2001-10-21 Thread tony . icuc
Thanks, that worked. However, it appears that each time I execute an alter table command (such as addng a new index), I'll have to repeat the process of creating the index, moving the file, then again defining the symlink. MySQL does not seem to respect the link with new DDL commands like th