comparison NEWS @ 4797:4e765c18ace7 storage-cache

enable using multiple threads to load instances when generating zip archive/media
author Alain Mazy <am@osimis.io>
date Thu, 07 Oct 2021 13:31:36 +0200
parents 434843934307
children 7afbb54bd028
comparison
equal deleted inserted replaced
4792:434843934307 4797:4e765c18ace7
7 * Added a storage cache in RAM to avoid reading the same files multiple times from 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 8 the storage. This greatly improves, among other things, the performance of WADO-RS
9 retrieval of individual frames of multiframe instances. 9 retrieval of individual frames of multiframe instances.
10 * New configuration option "MaximumStorageCacheSize" to configure the size of 10 * New configuration option "MaximumStorageCacheSize" to configure the size of
11 the new storage cache. 11 the new storage cache.
12 * New configuration option "ZipLoaderThreads" to configure the number of threads used
13 to read instances from storage when createing a Zip archive/media.
12 14
13 15
14 Maintenance 16 Maintenance
15 ----------- 17 -----------
16 18