MySQL Forums
Forum List  »  NDB clusters

Re: Clustering my wiki DB
Posted by: Fletcher Cocquyt
Date: March 16, 2005 04:45PM

Ok, the wiki import file has FULLTEXT keys in like 10+ tables:
FULLTEXT KEY ft (title,heading,body)
FULLTEXT KEY ft (data),
FULLTEXT KEY ft2 (data),
FULLTEXT KEY ft_fix (data)
FULLTEXT KEY ft (title,description)
FULLTEXT KEY ft (title,data)
FULLTEXT KEY ft (name,description)
FULLTEXT KEY ft (question,answer)
FULLTEXT KEY ft (title,description)
FULLTEXT KEY ft (name,description)
FULLTEXT KEY ft (name,description)
FULLTEXT KEY ft (name,description)
FULLTEXT KEY ft (pageName,description,data)

and the FAQ says those are not supported yet...o well

http://www.sourcekeg.co.uk/www.mysql.com/doc/mysql/en/mysql-cluster-faq.html

Maybe in 5.x?

Options: ReplyQuote


Subject
Views
Written By
Posted
2848
March 16, 2005 03:05PM
Re: Clustering my wiki DB
2022
March 16, 2005 04:45PM


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.