NCEAS / morpho

Morpho metadata editor
GNU General Public License v2.0
3 stars 1 forks source link

Handle the query result set which contains the revision chains of documents #1032

Closed mbjones closed 4 months ago

mbjones commented 6 years ago

Author Name: Jing Tao (Jing Tao) Original Redmine Issue: 5887, https://projects.ecoinformatics.org/ecoinfo/issues/5887 Original Date: 2013-03-07 Original Assignee: ben leinfelder


Morpho network query now experiences a performance issue because the merge of the network and local search results.

During the merge, morpho needs to make lots of calls the DataONE MN to get the revision chains.

The proposed solution is to add the revision chain for each eml document to the result set. This can avoid lots of network traffic.

So morpho needs to handle the new result set.

mbjones commented 6 years ago

Original Redmine Comment Author Name: Redmine Admin (Redmine Admin) Original Date: 2013-03-27T21:32:01Z


Original Bugzilla ID was 5887