Opened 14 years ago
Closed 14 years ago
#424 closed enhancement (fixed)
Search / add buildSummary parameter
Reported by: | fxp | Owned by: | |
---|---|---|---|
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)
Change History (2)
by , 14 years ago
Attachment: | add-buildSummary-parameter.patch added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
r7070