- Timestamp:
- Jan 27, 2013, 5:58:25 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/doc/upgrade.txt
r35062 r35063 1 2 2013.01.26 3 4 I have modified the methods which create the StackDetectionCalib and 5 DetectionCalib tables to change the sql from "INSERT / UPDATE" to 6 "SELECT / LOAD" operations. these need a target tmp directory 7 different from /tmp. the trick is that /tmp has permissions which 8 prevent my (joe-user) from removing the temp files in the jython code, 9 but mysql will not write over an existing file, nor will it write to 10 other random directories. the easy solution is to create a subdir in 11 /tmp for the output files. 12 13 This simple modification speeds up the processing of the smfs by a 14 factor of nearly 2x! 15 16 1 17 2 18 2013.01.24 : Status of the ippToPsps Upgrade
Note:
See TracChangeset
for help on using the changeset viewer.
