Share » Forums » Setup & design » Poor search performance

Poor search performance

Poor search performance

Thursday 12 June 2003 7:39:16 pm - 5 replies

Modified on Thursday 12 June 2003 7:46:18 pm by Roberto Moreda Álvarez

Author Message

Bård Farstad

Thursday 12 June 2003 11:26:20 pm

How big is your database? Normally the search should be very fast.

--bård

Documentation: http://ez.no/doc

Roberto Moreda Álvarez

Friday 13 June 2003 2:56:05 am

Need more testing... The problem is narrowed to searchs where one word have latin1 characters like "ñ" (it works with other like "áéíóú").
In case of a single word with "ñ" the search result is always 0, and in case of "the thingñ" the mysql thread simply hangs using 100% of cpu.

Bård Farstad

Friday 13 June 2003 3:28:14 am

Please let us know what you find. I know there are some problems with those characters, but I haven't seen a performance impact because of it.

--bård

Documentation: http://ez.no/doc

Roberto Moreda Álvarez

Saturday 14 June 2003 4:04:31 pm

Hi!
Two findings about my problems with search:

- The performance problem it's related to a incorrect join planification in mysql under certain circunstances. In ezsearchengine.php, the SELECT JOINs, when we populate the temporary table, are executed in a suboptimal order. To overcome this I have rewrited the SQL sentences using "LEFT JOIN" constructs to force a join order execution. This solved the problem. Now the searches are fast as expected.

- The problem related with the search of words with latin1 characters are due to the mysql treatment of string comparison. This leads to situations where "españa" is equal to "espana" for mysql :-(. This is a problem with words that have different meaning depending on a "ñ" or "n" character...
The solution is to declare the phrase and word fields as "BINARY" in mysql creation tables.

I have a patch for both cases. If it can be useful I'll send it to some email address.
Regards.

Rober

Jerry Jalava

Wednesday 18 June 2003 2:16:20 am

Hola Roberto!

Could you send this patch to Contributions area? I need it for this portal that is coming up... It's Finnish/Spanish/Swedish, so I need the special characters to work in search...

Regards,
Jerry

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu