Archiving Mode during the Reorganization 
Since a reorganization always involves the export and import of mass data, a large number of redo log files are written. If you deactivate the ARCHIVELOG mode, there is no significant acceleration of the reorganization. The archive process ARCH runs parallel to the remaining background database processes, this means that only the CPU is briefly more heavily loaded if you operate the database in ARCHIVELOG mode. Thus, the reorganization is not significantly slowed down.
Advantages of a Reorganization in NOARCHIVELOG Mode:
Data Security for a Reorganization in NOARCHIVELOG Mode:
SAP only recommends deactivating ARCHIVELOG mode under certain conditions, since it interrupts the continuity of the redo log files. Once the reorganization is complete, it is essential that you reactivate the ARCHIVELOG mode and perform a complete offline backup of the database.
Reorganizing in NOARCHIVELOG Mode