comparison PostgreSQL/NEWS @ 29:2fb9cd42af14

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 16 Jul 2018 15:20:35 +0200
parents 38e23471d132
children 860542a0a64b
comparison
equal deleted inserted replaced
28:c0cb5d2cd696 29:2fb9cd42af14
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 Important remark when upgrading from an older version of the Plugin: 4 !! Important remark when upgrading from an older version of the plugin:
5 * The plugin will create a new index to improve search performances. 5
6 This can take several minutes at Orthanc startup. Orthanc will not 6 The plugin will create a new index to improve search performance.
7 be available during this period. 7 This can take several minutes at the first Orthanc startup. Orthanc
8 On a 100000 studies DB, we've observed that the creation of this index 8 will not be available during this period. On a PostgreSQL database
9 took around 10 minutes. 9 with 100,000 studies, we have observed that updating the index took
10 around 10 minutes.
10 11
11 * Migration into the "orthanc-databases" repository 12 * Migration into the "orthanc-databases" repository
12 * Full refactoring to share code with MySQL 13 * Full refactoring to share code with MySQL
13 * Fix issue 41 (Additional range IdentifierConstraintType in Orthanc) 14 * Fix issue 41 (Additional range IdentifierConstraintType in Orthanc)
14 => This fix requires SDK version: 1.4.0 <= 15 => This fix requires SDK version: 1.4.0 <=