---
title: Advanced parameters | Tiger Data Docs
description: Tune advanced PostgreSQL parameters for your Tiger Cloud service in Tiger Console
---

It is possible to configure a wide variety of Tiger Cloud service database parameters by navigating to the `Advanced parameters` tab under the `Database configuration` heading. The advanced parameters are displayed in a scrollable and searchable list.

![Database configuration advanced parameters](/docs/_astro/database-configuration-advanced-parameters.bUCg8l3U_Z1157EE.webp)

As with the basic database configuration parameters, any changes are highlighted and the `Apply changes`, or `Apply changes and restart`, button is available, prompting you to confirm changes before the service is modified.

## Multiple databases

To create more than one database, you need to create a new service for each database. Tiger Cloud does not support multiple databases within the same service. Having a separate service for each database affords each database its own isolated resources.

You can also use [schemas](https://www.postgresql.org/docs/current/ddl-schemas.html) to organize tables into logical groups. A single database can contain multiple schemas, which in turn contain tables. The main difference between isolating with databases versus schemas is that a user can access objects in any of the schemas in the database they are connected to, so long as they have the corresponding privileges. Schemas can help isolate smaller use cases that do not warrant their own service.

Please refer to the [Grand Unified Configuration (GUC) parameters](/docs/reference/timescaledb/configuration/gucs/index.md) for a complete list.

## Policies

### `timescaledb.max_background_workers (int)`

Max background worker processes allocated to TimescaleDB. Set to at least 1 + the number of databases loaded with the TimescaleDB extension in a PostgreSQL instance. Default value is 16.

## Tiger Cloud service tuning

### `timescaledb.disable_load (bool)`

Disable the loading of the actual extension
