Re: Limit on fulltext match?

2005-08-09 Thread Gleb Paharenko
Hello.



Nothing mentioned at:

  http://dev.mysql.com/doc/mysql/en/fulltext-restrictions.html



So, in my opinion, the length of your AGAINST clause is limited by the

max_packet_length. But you should strongly think about the performance 

of FULLTEXT searches with long search condition. From my experience it 

degrade a lot even with several terms.





Does anyone know if there Is there a limit on the number/length of terms

using match

against(terms)?



[EMAIL PROTECTED] wrote:



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Limit on fulltext match?

2005-08-08 Thread avrombay
Does anyone know if there Is there a limit on the number/length of terms using 
match against(terms)?

Thanks!

-- Avi