Example: Modifying MERGEBLOCKRATIO - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
On the Object File System, MERGEBLOCKRATIO has a default value that you cannot change.

These examples demonstrate how to use ALTER TABLE requests to modify the merge block ratio setting for an individual table.

This example modifies the current setting of the merge block ratio for emp_table to 25%.

ALTER TABLE emp_table, MERGEBLOCKRATIO = 25 PERCENT;

This example disables all data block merging for emp_table.

ALTER TABLE emp_table, NO MERGEBLOCKRATIO;