MySQL Forums
Forum List  »  Partitioning

Re: Partition problem (Data striping)
Posted by: Randy Roadax
Date: April 13, 2012 04:36PM

Ok, thanks :X
Didn't notice any thing stating that this wasn't available on windows.

Well symbolic links work for folders, but not for files. I have databases on all my drives, using symbolic links.

For a reference to any one who might click this way:

I'll have to Setup this striping another way, the `idx` var won't change or more of these won't be added, as they are all added now. This enables me to direct any update or access of this as IF(MOD(numericvalueofidx,6)= 0) THEN update table drive_C_DB.`tablename` ... kind of statement,
The corresponding values would be in these tables & DB
Will require some changes to the code but is doable.

Options: ReplyQuote


Subject
Views
Written By
Posted
3095
April 10, 2012 07:09PM
Re: Partition problem (Data striping)
1874
April 13, 2012 04:36PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.