comparison NEWS @ 4792:434843934307 storage-cache

Added a StorageCache in the StorageAccessor
author Alain Mazy <am@osimis.io>
date Thu, 30 Sep 2021 12:14:19 +0200
parents 51ec061516c9
children 4e765c18ace7
comparison
equal deleted inserted replaced
4790:9754d5f2f38a 4792:434843934307
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3
4 General
5 -------
6
7 * Added a storage cache in RAM to avoid reading the same files multiple times from
8 the storage. This greatly improves, among other things, the performance of WADO-RS
9 retrieval of individual frames of multiframe instances.
10 * New configuration option "MaximumStorageCacheSize" to configure the size of
11 the new storage cache.
12
13
14 Maintenance
15 -----------
3 16
4 * Fix handling of option "DeidentifyLogs", notably for tags (0010,0010) and (0010,0020) 17 * Fix handling of option "DeidentifyLogs", notably for tags (0010,0010) and (0010,0020)
5 18
6 19
7 Version 1.9.7 (2021-08-31) 20 Version 1.9.7 (2021-08-31)