comparison Sphinx/source/plugins/housekeeper.rst @ 846:2f8ee0aef0a6

added uclouvain
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 13 May 2022 14:02:54 +0200
parents c29ac12e3160
children 7abb7c8ff544
comparison
equal deleted inserted replaced
845:bf3946cb3ca0 846:2f8ee0aef0a6
1 .. _housekeeper-plugin: 1 .. _housekeeper-plugin:
2 2
3 3
4 Housekeeper plugin (new in Orthanc 1.11.0) 4 Housekeeper plugin (new in Orthanc 1.11.0)
5 ========================= 5 ==========================================
6 6
7 This page describes the **official sample plugin** that performs 7 This page describes the **official sample plugin** that performs
8 housekeeping in the Database and Storage. 8 housekeeping in the Database and Storage.
9 9
10 When changing some configuration or when upgrading Orthanc, it 10 When changing some configuration or when upgrading Orthanc, it
11 might be usefull to perform housekeeping operations to optmize 11 might be usefull to perform housekeeping operations to optmize
12 the DB or clean/compress/uncompress the storage. This can happen e.g: 12 the DB or clean/compress/uncompress the storage. This can happen e.g:
13 13
14 * when changing the list of indexed :ref:`MainDicomTags <_main-dicom-tags>` 14 * when changing the list of indexed :ref:`MainDicomTags <main-dicom-tags>`
15 * when changing the ``StorageCompression`` configuration 15 * when changing the ``StorageCompression`` configuration
16 * when changing the ``IngestTranscoding`` configuration 16 * when changing the ``IngestTranscoding`` configuration
17 * to remove unnecessary attachments like the ``dicom-as-json`` that were 17 * to remove unnecessary attachments like the ``dicom-as-json`` that were
18 used in Orthanc prior to 1.9.1. 18 used in Orthanc prior to 1.9.1.
19 19