# Advanced workspace overrides

For self-hosted instances, Structural provides [environment settings](https://docs.tonic.ai/app/admin/environment-variables-setting) to configure features that include:

* Consistency across runs and databases
* Data generation performance

The **Advanced Workspace Overrides** section of the workspace details view allows you to override those environment settings for an individual workspace.

For example, the environment setting `TONIC_TABLE_PARALLELISM` determines the number of tables that Structural processes simultaneously. You can then override that value within individual workspaces.

The workspace overrides are available on both self-hosted instances and on Structural Cloud.

## **Configuring the overrides** <a href="#workspace-overrides-configure" id="workspace-overrides-configure"></a>

To display the available override settings, expand **Advanced Workspace Overrides**.

<figure><img src="https://3378426797-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LSQCLFQ4bslJ-HYc8c3%2Fuploads%2Fo1QIg52WBkAt6V2STRcy%2FAdvancedWorkspaceOverrides.png?alt=media&#x26;token=acbbb3b6-43f5-4497-942e-12568dac306b" alt=""><figcaption><p>Advanced Workspace Overrides section for a workspace</p></figcaption></figure>

### Enabling and setting an override <a href="#override-set-initial" id="override-set-initial"></a>

You can use the search field to find a specific setting.

<figure><img src="https://3378426797-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LSQCLFQ4bslJ-HYc8c3%2Fuploads%2FISqnUBOwBwCQTnY7N92k%2FAdvancedWorkspaceOverridesSearch.png?alt=media&#x26;token=6674cdb6-c72d-4ba6-8393-cf43334e8243" alt=""><figcaption><p>Applying a search filter to the advanced workspace overrides</p></figcaption></figure>

For information on how to configure the statistics seed, go to [#consistency-cross-run-workspace-override](https://docs.tonic.ai/app/generation/generators/generator-characteristics/consistency#consistency-cross-run-workspace-override "mention").

For other settings, to enable the override and set the override value:

1. Toggle the setting to the on position.

<figure><img src="https://3378426797-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LSQCLFQ4bslJ-HYc8c3%2Fuploads%2FDCAik4z8a7xLqMARGxsp%2FOverrideNewValue.png?alt=media&#x26;token=2bf6141a-52f6-4a96-913b-f51b9e4b639b" alt=""><figcaption><p>Enabling and setting an override value</p></figcaption></figure>

2. Set the value.

### Removing an override <a href="#override-remove" id="override-remove"></a>

To remove the override, toggle the setting to the off position.

## Available overrides <a href="#overrides-available" id="overrides-available"></a>

### **Workspace statistics seed for cross-run consistency** <a href="#workspace-statistics-seed" id="workspace-statistics-seed"></a>

For generators where [consistency](https://docs.tonic.ai/app/generation/generators/generator-characteristics/consistency) is enabled, a statistics seed enables consistency across data generation runs. The Structural-wide statistics seed value ensures consistency across both data generation runs and workspaces.

You use the **Override Statistics Seed** setting to override the Structural-wide statistics seed value.

You can either disable consistency across data generations, or provide a seed value for the workspace. The workspace seed value ensures consistency across data generation runs for that workspace, and across other workspaces that have the same seed value.

For details about using seed values to ensure consistency across data generation runs and databases, go to [#enabling-consistency-across-runs-or-multiple-databases](https://docs.tonic.ai/app/generation/generators/generator-characteristics/consistency#enabling-consistency-across-runs-or-multiple-databases "mention").

### Data generation performance settings <a href="#data-gen-performance" id="data-gen-performance"></a>

Structural provides environment settings to manage [data generation performance](https://docs.tonic.ai/app/workflows/performance). For example, these settings include configuration for parallel processing.

From **Advanced Workspace Overrides**, you can override some of these data generation performance settings for an individual workspace.

### Data encryption and decryption keys <a href="#encryption-decryption-keys" id="encryption-decryption-keys"></a>

To use Structural data encryption, you must [provide encryption and decryption keys](https://docs.tonic.ai/app/generation/generators-assign-config/generators-data-encryption-config#data-encryption-keys).

You use the **Override Data Decryption Key** and **Override Data Encryption Key** settings to override the Structural-wide keys that are provided in the environment settings.

### Destination database schema creation

Some data connectors allow you to configure whether you provide the schema for the destination database. For more information, go to related information for [Databricks](https://docs.tonic.ai/app/setting-up-your-database/databricks/before-you-create-a-databricks-workspace/databricks-config-create-dest-schema), [MySQL](https://docs.tonic.ai/app/setting-up-your-database/mysql/mysql-before-create-workspace#mysql-schema-creation-config), [Oracle](https://docs.tonic.ai/app/setting-up-your-database/oracle/oracle-before-workspace-creation#oracle-config-skip-db-creation), [Snowflake](https://docs.tonic.ai/app/setting-up-your-database/snowflake), and [SQL Server](https://docs.tonic.ai/app/setting-up-your-database/sql-server/sql-server-before-create-workspace#sql-server-skip-db-creation).

From **Advanced Workspace Overrides**, you can override the instance-wide configuration.

### Overwrite handling for Databricks <a href="#databricks-emr-overwrite-handling" id="databricks-emr-overwrite-handling"></a>

Databricks allows you to configure how Structural handles overwrites of existing data.&#x20;

You use the **Override Workspace Default Error on Override** and **Override Workspace Default Save Mode** settings to override the instance-wide configuration.

### Enable or disable LLM-based sensitivity detection on Structural Cloud

By default, LLM-based sensitivity detection is enabled on Structural Cloud.

You use the **Tonic LLM Enable Enhanced Recommendations** setting to determine whether to enable LLM-based sensitivity detection in the workspace.

For information about LLM-based sensitivity detection, go to [#llm-based-sensitivity-detection-medium-confidence](https://docs.tonic.ai/app/generation/identify-sensitive-data/running-the-structural-sensitivity-scan#llm-based-sensitivity-detection-medium-confidence "mention").


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tonic.ai/app/workspace/managing-workspaces/workspace-configuration-settings/advanced-overrides.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
