Opened 14 years ago

Closed 14 years ago

#424 closed enhancement (fixed)

Search / add buildSummary parameter

Reported by: fxp Owned by: geonetwork-devel@…
Priority: minor Milestone: v2.7.0
Component: General Version: v2.6.2
Keywords: Cc:

Description

Add an optional parameter to not to build summary for all search. Default value is true.

This could improve search performance. Eg. average time in ms for 100 requests (with 3487 results and summary computed on 1000 records) :

  • XML Search in fast mode : 149.02 ms
  • XML Search default : 231.67 ms
  • XML Search default (without summary) : 221.44 ms
  • XML Search summary only : 35.07 ms

Sample URL : http://localhost:8080/geonetwork/srv/en/xml.search?from=1&to=10&fast=false&buildSummary=false

Attachments (1)

add-buildSummary-parameter.patch (7.2 KB ) - added by fxp 14 years ago.

Download all attachments as: .zip

Change History (2)

comment:1 by fxp, 14 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.