I am running the below query in Repoint to migrate content, I am moving less than 1000 documents and it is taking FOREVER. Any suggestions? Could my query be tweaked to be more efficient?
Execute MIGRATE_CONTENT With
source_store='Secure',
target_store='secure_02',
max_migrate_count=10000,
parallel_degree=10,
remove_original=True,
sysobject_query=True,
log_file='C:\MigrationLogs\migrate.txt',
query='r_object_id in (select r_object_id from custom_doctype where r_creation_date<DATE(''04/02/2009'',''mm/dd/yyyy''))'