ALTER TABLE DEDUP DISABLE

Disable storage level data deduplication on inserts

Syntax#

Flow chart showing the syntax of the ALTER TABLE DISABLE DEDUP statement

Example#

Disable deduplication on table TICKER_PRICE:

ALTER TABLE TICKER_PRICE DEDUP DISABLE

See more example at data deduplication page


โญ Something missing? Page not helpful? Please suggest an edit on GitHub.