During a load operation, every object of type SysObject or SysObject subtype loaded into the target repository generates a save event. The event is queued to the dm_fulltext_index_user. This behavior ensures that the object is added to the target index of the repository.
The behavior is controlled by the load parameter called generate_event. The parameter is T by default. If you do not want the load operation to queue save events to the dm_fulltext_index_user, set the parameter to F for the operation. The parameter is set in the load_parameter property as:
generate_event=F