Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2127:0c7847b8e85e
Speed up the join of calculation results and the km annotations.
flys-artifacts/trunk@3698 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 17 Jan 2012 18:26:45 +0000 |
parents | d626ae185305 |
children | bf67eb014443 |
comparison
equal
deleted
inserted
replaced
2126:d626ae185305 | 2127:0c7847b8e85e |
---|---|
1 2012-01-17 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/LocationProvider.java: | |
4 Cache a TreeMap<km, annotation string> of the annotation values of whole | |
5 rivers. This is _much_ more efficient than firing an HQL/SQL statement for | |
6 each km and caching these results. | |
7 | |
1 2012-01-17 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 8 2012-01-17 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 9 |
3 * src/main/java/de/intevation/flys/artifacts/model/FastCrossSectionLine.java: | 10 * src/main/java/de/intevation/flys/artifacts/model/FastCrossSectionLine.java: |
4 Deleted. It is in the backend now. | 11 Deleted. It is in the backend now. |
5 | 12 |