From 41be38358ca2cc2deddd2ad3e724b35177140a21 Mon Sep 17 00:00:00 2001 From: Carlos Tejo Alonso <1654811+dayures@users.noreply.github.com> Date: Tue, 16 Jul 2024 23:31:36 +0200 Subject: [PATCH] fix: added missed options --- src/user/data-administration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/user/data-administration.md b/src/user/data-administration.md index 0854069bd..49a34ba7a 100644 --- a/src/user/data-administration.md +++ b/src/user/data-administration.md @@ -244,8 +244,9 @@ Table: Data maintenance functions in the Data Administration app | Function | Description | |---|---| | Clear analytics tables | Completely empties the analytics tables. These tables are used to generate aggregate data for the pivot tables, GIS and reports. | +| Analyze analytics tables | TBC | | Remove zero data values | Removes zero data values from the database. Values registered for data elements with aggregation operator average is not removed, as such values will be significant when aggregating the data, contrary to values registered for data elements with aggregation operator sum.

Reducing the number of data values will improve system performance. | -| Permanently remove soft deleted data values | When a data value is deleted in DHIS2, the system will mark the corresponding database row as deleted, and not actually delete the row.

Running this maintenance function will physically remove these data value rows from the database. | +| Permanently remove soft deleted data values / events / enrollments / tracked entity instances | When a data value is deleted in DHIS2, the system will mark the corresponding database row as deleted, and not actually delete the row.

Running this maintenance function will physically remove these data value rows from the database. | | Prune periods | Removes all periods which have no registered data values. Reducing the number of periods will improve system performance. | | Remove expired invitations | Will delete users which represent user account invitations that now have gone past their expiry date. | | Drop SQL views | DHIS2 lets you set up and manage SQL views as system objects with corresponding database SQL views.

Running this maintenance function will drop underlying SQL views for all system views. Use the **Create SQL views** function to recreate these SQL views. |