Poor search performance

Author Message

Roberto Moreda Álvarez

Thursday 12 June 2003 7:39:16 pm

Hi.

I'm trying ezpublish 3.1.0-2 with mysql-4.0.12, php-4.2.3 and apache 1.3.27. If I use the search facility (from admin design, by exmaple) looking for "the thing" (including the quotation marks) the mysql-server gets a very high load for a long time...

Any obvious optimization hints?

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

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 10:59:22
Script start
Timing: Jan 18 2025 10:59:22
Module start 'layout'
Timing: Jan 18 2025 10:59:22
Module start 'content'
Timing: Jan 18 2025 10:59:23
Module end 'content'
Timing: Jan 18 2025 10:59:23
Script end

Main resources:

Total runtime1.0826 sec
Peak memory usage4,096.0000 KB
Database Queries68

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0049 589.0391152.6250
Module start 'layout' 0.00490.0025 741.664139.4453
Module start 'content' 0.00741.0736 781.1094601.8750
Module end 'content' 1.08100.0015 1,382.984416.1719
Script end 1.0825  1,399.1563 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00310.2885160.0002
Check MTime0.00120.1119160.0001
Mysql Total
Database connection0.00080.075810.0008
Mysqli_queries1.024694.6473680.0151
Looping result0.00060.0596660.0000
Template Total1.055097.520.5275
Template load0.00210.197720.0011
Template processing1.052997.259220.5264
Template load and register function0.00020.018510.0002
states
state_id_array0.00070.062310.0007
state_identifier_array0.00080.077420.0004
Override
Cache load0.00180.1672320.0001
Sytem overhead
Fetch class attribute can translate value0.00050.046930.0002
Fetch class attribute name0.00110.102870.0002
XML
Image XML parsing0.00070.068030.0002
class_abstraction
Instantiating content class attribute0.00000.001780.0000
General
dbfile0.00080.0733170.0000
String conversion0.00000.000640.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
6content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
9content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
5content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 24
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs