# Performance Schema replication\_applier\_configuration Table

{% hint style="info" %}
The `replication_applier_configuration` table is available from MariaDB 10.5.2.
{% endhint %}

The [Performance Schema](https://mariadb.com/docs/server/reference/system-tables/performance-schema) replication\_applier\_configuration table contains configuration settings affecting replica transactions.

It contains the following fields.

| Field          | Type     | Null | Description                                                           |
| -------------- | -------- | ---- | --------------------------------------------------------------------- |
| CHANNEL\_NAME  | char(64) | NO   | Replication channel name.                                             |
| DESIRED\_DELAY | int(11)  | NO   | Target number of seconds the replica should be delayed to the master. |

<sub>*This page is licensed: CC BY-SA / Gnu FDL*</sub>

{% @marketo/form formId="4316" %}
