Skip to main content
Version: 0.17 (Latest)

FASTTRANSFER_SORTEDINPUT

Forces the sorted input hint for SQL Server bulk copy operations when using the msbulk target connection type.

Overview

PropertyValue
Connection Typesmsbulk
Default Valuefalse
Valid Valuestrue, false
Since Version0.17

Description

When set to true, FastTransfer instructs SQL Server's bulk copy API to treat incoming data as sorted according to the clustered index. This can significantly improve performance when:

  • The source data is already sorted by the target table's clustered index columns
  • The target table has a clustered index
  • You want to minimize page splits and fragmentation

Usage

Temporary (current session):

# Enable sorted input hint
set FASTTRANSFER_SORTEDINPUT=true

# Run FastTransfer
./FastTransfer --targetconnectiontype msbulk ...
Copyright © 2026 Architecture & Performance.