Double Quotes and Full-Text Search -- Memory Exhaustion
Hello,
I have a table with approximately 4 million rows. The DB Engine is InnoDB.
One of the columns is a Full-Text Index.
when I do a match(X) against ('Y')... I get the results.
when I do a match(X) against ('"Y"')... the memory gets exhausted and I get an error
``ERROR 2013 (HY000): Lost connection to MySQL server during query''
the reason for using double quotes in my against phrase is that I actually have a do a match against two consecutive words, .e.g., against('"food chain"').
I tried fiddling with the max_allowed_packet with different values in the increasing order, but no luck.
Any help greatly appreciated.
Regards,
tu.
Subject
Views
Written By
Posted
Double Quotes and Full-Text Search -- Memory Exhaustion
3377
March 18, 2015 07:30AM
1731
March 20, 2015 11:23PM
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.