diff Sphinx/source/faq/scalability.rst @ 861:c3e169fe22da

delayed deletion
author Alain Mazy <am@osimis.io>
date Thu, 30 Jun 2022 17:59:23 +0200
parents 3e8a3a900e9e
children f72b2dd172da
line wrap: on
line diff
--- a/Sphinx/source/faq/scalability.rst	Thu Jun 30 16:48:08 2022 +0200
+++ b/Sphinx/source/faq/scalability.rst	Thu Jun 30 17:59:23 2022 +0200
@@ -387,12 +387,8 @@
 <https://groups.google.com/g/orthanc-users/c/1lga0oFCHN4/m/jF1inrc4AgAJ>`__
 a 20 times speedup by switching from HDD to SSD).
 
-If switching from HDD to SDD is not applicable, it is possible to
-create an :ref:`storage area plugin <creating-plugins>` that delays
-the actual deletion from the filesystem. The plugin would maintain a
-queue (e.g. as a SQLite database) of files to be removed. The actual
-deletion from the filesystem would be done asynchronously in a
+If switching from HDD to SDD is not applicable, you may also use 
+the :ref:`Delayed Deletion plugin <delayed-deletion-plugin>` .
+The plugin would maintains a queue of files to be removed. The actual
+deletion from the filesystem is done asynchronously in a
 separate thread.
-
-We are looking for funding from the industry to implement such a
-plugin.