Privacy-sensitive features
Snapshot seeding Disabled
Let administrators of this database seed new branches with rows from a recent backup. That data may include sensitive or personally identifiable information. Read the guide
Full statement capture Disabled
Store every SQL statement executed against this database, including bound parameter values. That data may include sensitive or personally identifiable information and is processed in the Netherlands under our Privacy Notice. Captured statements can take up to seven days to clear from Millrace storage after the feature is switched off. Read the guide
Advanced settings
Migration throttling
Migrations can be slowed down when they start to strain database performance. This setting applies to every migration request, and the rate can still be tuned for an individual run. How throttling works
Migrations run at full speed while throttling stays at 0%.
Forced cutover Disabled
Cutover is the last step of a schema migration and requires a metadata lock on the migrated table. That step can time out when the table is held by a high volume of running queries. With this setting on, the migration prioritises cutover and cancels queries still running against the table. Keep retry logic, or a plan for re-running cancelled queries, in place before you turn it on.
Once enabled, it applies to every future migration request. Read the guide