Revision 3376
Added by Jing Tao about 17 years ago
README | ||
---|---|---|
8 | 8 |
Metacat: XML Metadata and Data Management System |
9 | 9 |
------------------------------------------------ |
10 | 10 |
|
11 |
Version: 1.7.0 Release
|
|
11 |
Version: 1.7.1 Release
|
|
12 | 12 |
|
13 | 13 |
Send feedback and bugs to: metacat-dev@ecoinformatics.org |
14 | 14 |
http://bugzilla.ecoinformatics.org |
... | ... | |
48 | 48 |
------------ |
49 | 49 |
See the file "docs/user/metacatinstall.html" for detailed instructions. |
50 | 50 |
|
51 |
Release Notes for 1.7.1: |
|
52 |
------------------------ |
|
53 |
The major focus of this release is the improvement of query performance. The |
|
54 |
selection query and access control query were modified to make SQL query executed |
|
55 |
more efficiently. In order to get better performance, query cache mechanism was |
|
56 |
introduced to Metacat. Currently cached query mechanism only supports public user. |
|
57 |
|
|
58 |
Bug Fixes: |
|
59 |
* Metacat Performace: Rewrite the xml_nodes queries (Bug 2155) |
|
60 |
* Metacat Performace: Rewrite the xml_access part of the query (Bug 2557) |
|
61 |
* Query cache mechanism (Bug 2905) |
|
62 |
* Metacat Performance: updates from Morpho of data packages are taking |
|
63 |
longer than five minutes (Bug 2805) |
|
64 |
* Metacat Performance: Optimize Postgres and Tomcat (Bug 2157) |
|
65 |
* Metacat Performace: Upgrading hardware setup (Bug 2175) |
|
66 |
* Metacat Performace: Add/drop indices on key columns (Bug 2153) |
|
67 |
|
|
68 |
Compatibility Notices: |
|
69 |
* Tomcat 3 and 4 are no longer tested or supported. Users are |
|
70 |
highly encouraged to upgrade to Tomcat 5.5 |
|
71 |
|
|
51 | 72 |
Release Notes for 1.7.0: |
52 | 73 |
------------------------ |
53 | 74 |
This release features only a few minor changes to the core Metacat engine. |
Also available in: Unified diff
Add release for 1.7.1