Mercurial > dive4elements > framework
diff ChangeLog @ 235:3e29395ebac6
The XML documents stored aside users, collections and collection items are now compressed/decompressed transparently.
artifacts/trunk@1642 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 04 Apr 2011 09:28:54 +0000 |
parents | 23d642319a0b |
children | 6ef6acf30d66 |
line wrap: on
line diff
--- a/ChangeLog Sun Apr 03 12:10:54 2011 +0000 +++ b/ChangeLog Mon Apr 04 09:28:54 2011 +0000 @@ -1,3 +1,13 @@ +2011-04-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java: + The XML documents stored aside users, collections and collection items + are now compressed/decompressed transparently, to reduce i/o costs + as its already done with artifacts. + + !!! This breaks database content of release FLYS 2.2 but this is okay, + !!! because 2.2 is not productive.. + 2011-04-03 Sascha L. Teichmann <sascha.teichmann@intevation.de> * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/XMLUtils.java: