Hi Community,
This article describes the small ZPM module global-archiver.
The goal is to move a part of a global from a database to another database.
Why this package?
A typical use case is read-only data sequentially added to your database that you can never delete.
For example:
- User log access to patient medical data.
- Medical documents versioning.
Depending on the intensive usage of your application, these data could highly increase your database size.
To reduce the backup time, it could be interesting to move these data to a database dedicated to the archive and make a backup of this





