Changes between Version 211 and Version 212 of Versions


Ignore:
Timestamp:
Mar 30, 2022, 7:34:11 AM (2 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v211 v212  
    1313
    1414- OGC frontend (petascope)
    15  - Fixed leak of large binary objects in PostgreSQL which were left in petascopedb when removing data, e.g. dropping a coverage, pyramid levels, styles, etc; these objects will be properly and automatically removed via triggers from now on.
     15 - Fix leak of large binary objects in PostgreSQL which were left in petascopedb when removing data, e.g. dropping a coverage, pyramid levels, styles, etc; these objects will be properly and automatically removed via triggers from now on.
    1616
    1717  However, the already leaked orphan objects cannot be automatically removed, and require the following steps to address in order to reduce the size of petascopedb:
     
    3939sudo -u postgres dropdb petascopedb_backup
    4040}}}
     41 - Improve performance of calculating coverage size in bytes for pyramids
     42 - Fix corner case of incorrectly calculating coordinates of irregular time axis when encoding to NetCDF
     43
     44- wcst_import
     45 - Fix validation of axies labels to be case-insensitive
    4146
    4247=== Full list of commits