Skip to content

Commit

Permalink
Fix compression gucs names in configuration.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
pashkinelfe authored Dec 9, 2024
1 parent a7327db commit cfdf353
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/usage/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -137,23 +137,23 @@ Specify whether to use `mmap` to work with the block device. We recommend settin
| ----------- | ------------------- |
| **Default** | -1 (no compression) |

Default block-level compression level for all tables' data structures.
Default block-level compression level for tables' data structures.

### `orioledb.primary_compress`
### `orioledb.default_primary_compress`

| | |
| ----------- | ------------------- |
| **Default** | -1 (no compression) |

Default block-level compression level for all tables' primary keys.
Default block-level compression level for tables' primary keys.

### `orioledb.toast_compress`
### `orioledb.default_toast_compress`

| | |
| ----------- | ------------------- |
| **Default** | -1 (no compression) |

Default block-level compression level for all tables' TOASTed values.
Default block-level compression level for tables' TOASTed values.

### `orioledb.table_description_compress`

Expand Down

0 comments on commit cfdf353

Please sign in to comment.