Project

General

Profile

« Previous | Next » 

Revision 2479

Added by Matt Jones about 19 years ago

Fixed typos in README, update version for release.

View differences:

README
5 5
#     '$Date$'
6 6
#
7 7

  
8
Metacat: XML Metadata Database
9
------------------------------
8
Metacat: XML Metadata and Data Management System
9
------------------------------------------------
10 10

  
11
Version: 1.4.0 Release
11
Version: 1.5.0 Release
12 12

  
13 13
Send feedback and bugs to: metacat-dev@ecoinformatics.org
14 14
                           http://bugzilla.ecoinformatics.org
......
20 20
              Dan Higgins (higgins@nceas.ucsb.edu)
21 21
              Saurabh Garg (sgarg@nceas.ucsb.edu)
22 22
              Duane Costa (dcosta@lternet.edu)
23
              Chris Jones (cjones@msi.ucsb.edu)
23 24

  
24 25
Metacat is a flexible database storage system for XML formatted
25 26
documents and associated binary files. Metacat models the structure of the
......
39 40
Release Notes for 1.5.0:
40 41
------------------------
41 42

  
42
This release comes with performace improvement, user interface enhancements
43
This release comes with performace improvement, user interface enhancements,
43 44
and bug fixes. Below is the list of bug fixes and performance improvements. 
44 45

  
45 46
Bug Fixes:
......
109 110
  3) For each of the docids
110 111
     3a) Use xml_index and xml_nodes table to generate the string descibing
111 112
         the document including the returnfields requested in the search
112
  4) Add all the strings from step 3a to send back the resultant document.                                                                 Here a decent amount of time was being taken by step 3a. The algorithm is
113
  now modified by addition of two tables xml_queryresult and xml_returnfields
114
  and a user defined parameter xml_returnfield_count. The new algorithm works
115
  as follows
113
  4) Add all the strings from step 3a to send back the resultant
114
     document. Here a decent amount of time was being taken by step 3a. 
115
  The algorithm is now modified by addition of two tables xml_queryresult and
116
  xml_returnfields and a user defined parameter xml_returnfield_count. The
117
  new algorithm works as follows:
116 118
  1) Search for the given text
117
  2) A list of docids generated
119
  2) A list of docids is generated
118 120
  3) For the given set of return fields generate a unique string and check
119 121
     if that string exists in xml_returnfields
120 122
     3a) If string does not exist in xml_returnfield, then enter a new
......
164 166
http://bugzilla.ecoinformatics.org/buglist.cgi?product=Metacat&target_milestone=1.5
165 167

  
166 168

  
167

  
168 169
Release Notes for 1.4.0:
169 170
------------------------
170 171

  

Also available in: Unified diff