Getting Started
Architecture
NServiceBus
Transports
Persistence
ServiceInsight
ServicePulse
ServiceControl
Monitoring
Samples

Performance Tuning

Target Version: NServiceBus 8.x

General guidelines

Microsoft's Azure Storage Performance Checklist should be considered for performance tips and design guidelines.

Compatibility mode

By default the persister runs with the compatibility mode disabled. If the compatibility mode was manually enabled, it's important to validate whether there are sagas in the system that require the compatibility mode to be enabled. If not, disabling it will improve performance.

Related Articles