~Dexter DeswechekyndsMar 19, 2015, 1:49 PM191 PostsA folder reorg attempts to reduce the number of folder objectsThis is all an internal restructuring that shouldn't result in any change you'd see in the database. Some context and details can be found here: http://www-01.ibm.com/support/docview.wss?uid=swg21102463. An excerpt: The number of folder objects can be checked using NotesPeek. Open the database in NotesPeek, highlight the folder in question, and check the summary items of the folder to look at the folder objects which will show $FolderObject, $FolderObject1, etc... When the folder objects reach the limit of 50, an automatic folder reorganization is done to reduce the number of folder objects. When the folder reorganization is not successful, the error "Folder is larger than supported" is returned. There are three things that are used to perform a folder reorganization: 1. Operations older than the cutoff date (under File -> Replication -> Settings) are compressed. 2. Duplicate folder operations for the same noteid are discarded, leaving only the last folder for that Noteid. 3. Operations related to deleted notes will be removed if they fall outside of the cutoff date.